Skip to content

steveesamson/secret-escapes-search

Repository files navigation

Setting up Secret Escapes Search

Docker Setup (Requires docker to be installed)

Change into the project directory and run:

docker-compose up --build

The above will build and start containers for the application.

Once you can see the following on your terminal(command window):

    INFO: Accepting connections at http://localhost:3000.

Open http://localhost:3000 to view the application in your browser.

Stop the application by typing Ctrl+C

Manual Setup (Requires Node.js to be installed)

In the project directory, do the following:

  • yarn install
  • yarn start

The above should start the application on port 3000.

Open http://localhost:3000 to view the application in your browser.

About

Secret Escapes Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published