Camping website created as part of Nucamp coursework
Project includes:
2-Bootstrap: a JavaScript/Bootstrap website.
Run with npm start
3-React: a React website with Redux and json-server.
Concurrently run npm start and json-server with json-server -H 0.0.0.0 --watch db.json -p 3001 -d 2000