Project: Create web and mobile app to add your daily habits.
Clone the project and access the folder.
$ git clone https://github.com/lucasfontesgaspareto/nlw-setup-ignite.git
$ cd nlw-setup
Follow the steps below:
# Install the web dependencies
$ cd web
$ npm install
# Start the web project
$ npm run dev
# Install the server dependencies
$ cd server
$ npm install
# Start the server project
$ npx prisma migrate deploy
$ npm run dev
# Install the mobile dependencies
$ cd mobile
$ npm install
# Start the mobile project
$ npx expo start
This project is licensed under the MIT License - see the LICENSE.md file for details