Project description
- https://github.com/freeseats/exzerone-search-bar
- https://github.com/freeseats/Menu-Related-SideBar
- https://github.com/freeseats/slhodak-fec
- https://github.com/freeseats/wfong-service-reservations
edit database/config.js file by adding your mysql password
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install
edit database/config.js file by adding your mysql password to seed database run the following
npm run seed
to create bundle.js and start the server run the following
npm run react-dev
npm start