- React native (mobile folder)
npm install
npm start
- ReactJs (to webapp - web folder)
npm install
npm start
- Restfull API (to talk webapp and app with database)
npm install
npm run start
- SqlLite (to building database)
to building all database
npm knex:migrate
to put the content in all table
npm knex:seed
I have to congratulate @diego3g from Rocketseat. This content was of a very good level and I know that it will take me to the next level of my career.