Skip to content

AmericaCampaign/react-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Make sure mongo DB is runnining sudo mongod

  2. Update the line in server/server.js to use your DB of choice mongoose.connect('mongodb://localhost/__YOUR_DB__')

  3. Install Client packages npm run install:client

  4. Install Server packages npm run install:server

Tip You can run both the previous steps in one command: npm run install:client && npm run install:server

  1. Start Client npm run start:client

  2. Start Server npm run start:server

Browser is loaded at localhost:3000 and server api is located at localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published