A singe-page app that allows users to search for recommended places of interest. The project has been converted from Knockout to use React on the current branch.
To run the project, firstly:
- clone the repository and
cd
into the directory - install all project dependencies with
npm install
- start the development server with
npm start
- build the app with
npm run build
- install
serve
withnpm install -g serve
- run the build on a local server with
serve -s build
- navigate to http://localhost:5000 in a browser