Setup:
- Clone this repo
- install nodejs, npm using package manager
- install mongo: https://docs.mongodb.com/manual/installation/#tutorials
- Install webpack and generator stuff :
npm install -g webpack
npm install -g yo
npm install -g generator-react-webpack
- Run these commands to install the webpack files. Make sure to to take note of what options to use:
- Name: uconnsmash2
- Style language: sass
- Enable postcss: N
- Everything else is n (do not override)
cd uconnsmash2/
yo react-webpack
Running locally:
- Run npm start from your uconnsmash2/ directory.
- In your browser, navigate to localhost:8000