Skip to content

Application developed in Next Level Week 2 by RocketSeat

Notifications You must be signed in to change notification settings

vitormuuniz/nlw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Next Level Week 2 🚀

To run this application you need to execute the following commands in backend and frontend directories:

1. Backend directory

- yarn install;
- yarn knex:migrate;
- yarn start

2. Frontend directory

- yarn install;
- yarn start;
Automatically the application will open a tab on your browser on localhost:3000/.