Projeto feito para facilitar a localização de orfanatos em Joinville, Santa Catarina.
Status do projeto • Preview • Instalação • Tecnologias • Licença
- Front-end
# Clone the repository
$ git clone https://github.com/TiagoSansao/Happy-NLW-03
# Go to the directory
$ cd Happy-NLW-3
$ cd front-end/
# Install all the dependencies
$ yarn install
# Start the application
$ yarn start
- Back-end
# Clone the repository
$ git clone https://github.com/TiagoSansao/Happy-NLW-03
# Go to the directory
$ cd Happy-NLW-3
$ cd back-end/
# Install all the dependencies
$ yarn install
# Start the application
$ yarn dev
- Mobile
# Clone the repository
$ git clone https://github.com/TiagoSansao/Happy-NLW-03
# Go to the directory
$ cd Happy-NLW-3
$ cd mobile/
# Install all the dependencies
$ yarn install
# Start the application
$ yarn start
🔵 O projeto está sobre a licença MIT!