Skip to content

kyle-sablan/ProjectCatwalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectCatwalk

a student project for hack reactor

TO RUN:

  1. In root directory of your repo run 'npm install'
  2. To start the nodemon server 'npm run server'
  3. To start webpack 'npm start'
  4. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • HTML 9.3%