Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.26 KB

README.md

File metadata and controls

77 lines (51 loc) · 1.26 KB

NLW Setup

cover


About the project

This project has a web and mobile system to deal with the management of your daily habits.


🚀 Technologies

This project was developed with the following technologies:

⚙️ Execute

First clone this repository:

$ git clone https://github.com/Sup3r-Us3r/nlw-setup.git
$ cd nlw-setup

Server

$ cd server
$ npm i
$ npx prisma migrate dev
$ npm run dev

Web

$ cd web
$ npm i
$ npm run dev

Mobile

$ cd mobile
$ npm i
$ npm run dev

💅 Layout

You can see the web and mobile layout in Figma with this link.

📝 License

This project is under the MIT license.