App to help NGOs built with ReactJS, React Native, Node.js and more.
yarn is required
After cloning this repo:
- Run
yarn
in theserver
folder - Go back to the root folder
- Run
yarn dev:server
to up the server - Open
Insomnia
orPostman
and import theInsomnia.json
workspace file atserver
folder - Use it! :D
- Run
yarn
in thewebsite
folder - Go back to the root folder
- Run
yarn dev:web
to up the project
- Run
yarn
in themobile
folder - Update the
baseURL
atsrc/config/index.js
- Go back to the root folder
- Run
yarn dev:mobile
to up the project
- Run
yarn test:server
at the root folder