This project was developed with the following technologies:
Clone the repo
$ git clone https://github.com/daniilomello/habits-app
To run the project, follow the steps below:
# Install the dependencies
$ cd habits-app/server
$ yarn
Start the Fastify server
$ yarn dev
# Server wil be running on http://localhost:3001
Start the React app
# Access the React app folder
$ cd habits-app/web
# Install the React Vite dependencies
$ yarn
# Run the application
$ yarn dev
# App will be running on http://127.0.0.1:5173/
Start the React Native mobile app
# Access the mobile app folder
$ cd habits-app/mobile
# Install the project dependencies
$ yarn
# Run the expo
$ yarn expo start
This project is licensed under the MIT.
Build with ๐ by Danilo Mello ๐๐ป