a student project for hack reactor
TO RUN:
- In root directory of your repo run 'npm install'
- Add github API key to a new config.js file in the route directory (based on config.example.js)
- To start the nodemon server 'npm run server'
- To start webpack 'npm start'
- http://localhost:3000/ should render a message from 'client/src/index.js'
TO COMMIT WORK:
- fork this repo
- clone to your machine
- work on your components
- any time you need to push the repo 'git push origin main'
- Don't make a pull request without code review!