Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 569 Bytes

ProjectCatwalk

a student project for hack reactor

TO RUN:

  1. In root directory of your repo run 'npm install'
  2. Add github API key to a new config.js file in the route directory (based on config.example.js)
  3. To start the nodemon server 'npm run server'
  4. To start webpack 'npm start'
  5. http://localhost:3000/ should render a message from 'client/src/index.js'

TO COMMIT WORK:

  1. fork this repo
  2. clone to your machine
  3. work on your components
  4. any time you need to push the repo 'git push origin main'
  5. Don't make a pull request without code review!