Recreated the reviews module of Alo Yoga's product page.
- https://github.com/goat-yoga/rizwan-service-actual
- https://github.com/goat-yoga/kimberly-service
- https://github.com/goat-yoga/wilson_service
- https://github.com/goat-yoga/russell-service
- https://github.com/goat-yoga/russell-proxy
Some usage instructions
- Install dependencies using the command
npm install
from the root directory. - Seed the database with mock data using the command
npm run seed
from the root directory - Compile jsx files for browser use with the command
npm run react-dev
from the root directory. - Start up your server using the command
npm start
from the root directory. - Open up http://localhost:3000 in your browser.
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install