Skip to content

viavn/next-level-week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week

Server with NodeJS

  1. Navigate to project/server folder and run npm install to install project's dependencies

  2. Run npm run knex:migrate to create the database

  3. Run npm run knex:seed to seed the database

  4. Finally npm run dev to start the server on port localhost:3333

Front end SPA with ReactJS

  1. Navigate to project/web folder and run yarn install to install project's dependencies

  2. Run yarn start to start and launch the project


Attention: You must have server project up and running before start the web project