The booking component of a Homestay Booking Application
- npm install
- npm run react-dev to compile bundle
- npm start to start server / mongo db
- npm run seed
- mongoimport --jsonArray seed file
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install