Web Preview | Mobile Preview | Technologies | Project | How to Run
This project was made using the follow technologies:
👦🏡👧 Happy is a project to register orphanages made with React.js, Node.js and React Native using Typescript during the 3rd edition of Next Level Week given by Rocketseat. It's intended to be a way of bringing happiness and smiles to children of all ages. 👦🏡👧
$ git clone /~https://github.com/antoniovictormt/happy.git
💻 Entre na pasta web/
e execute os seguintes comandos:
com npm
# Instalar dependências
$ npm install
# Iniciar servidor de desenvolvimento
$ npm start
com yarn
# Instalar dependências
$ yarn
# Iniciar servidor de desenvolvimento
$ yarn start
🌐 Entre na pasta server/
e execute os seguintes comandos:
com npm
# Instalar dependências
$ npm install
# Criar banco de dados
$ npm typeorm migration:run
# Iniciar servidor
$ npm dev
com yarn
# Instalar dependências
$ yarn
# Criar banco de dados
$ yarn typeorm migration:run
# Iniciar servidor de desenvolvimento
$ yarn dev
📱 Entre na pasta mobile/
e execute os seguintes comandos:
com npm
# Instalar dependências
$ npm install
# Iniciar servidor de desenvolvimento
$ npm start
com yarn
# Instalar dependências
$ yarn
# Iniciar servidor de desenvolvimento
$ yarn start