Projeto criado durante a NLW promovido pela Rocketseat
Technologies | Dependencies | How To Use
This project was developed at the Next Level Week #1 by Rockseat using the following technologies:
Server (Node.js):
Web (ReactJS):
Mobile (React Native):
To clone and run this application, you'll need Git, [Node.js v12.14.1][nodejs] or higher and [npm v6.13.4] or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/OLucasAlves/nlw-1.git
# For each folder (server, web and mobile) go into folder and install dependecies
# For server project (Node.js)
$ cd server
$ npm install
$ npx knex migrate:latest
$ npx knex seed:run
$ npm run dev
# For web project (ReactJS)
$ cd web
$ npm install
$ npm start
# For mobile project (React Native)
$ cd mobile
$ npm install
$ npm start