Recreation of Airbnb's Customer Reviews Module
- Javascript, React
- React-Bootstrap
- Node.js, Express
- Postgres, Knex
- Install project's dependencies.
- Open two CLI windows and run the commands npm run dev:react, and npm run start.
- Run tests: npm run test.
An nvmrc
file is included if using nvm.
- Node 6.13.0
From within the root directory:
npm install -g webpack
npm install