- Build:
- Website: https://nahual-portal-voluntaries.herokuapp.com
This project has Node.js as a server-side and React as front-end framework to create the UI.
- Using Heroku buildpack
nvm
: You can follow the following instructionsyarn
: You can follow the following instructionsnode
:nvm install 12.14.0
Stand on the repository root and execute: nvm use
yarn install
In the project directory, you can run:
yarn start
Runs the app in the development mode
For time saving and good practices, we use prettier. You only need to run the following instruction:
yarn format:all
Runs the tests:
yarn test
Runs all the linters
yarn lint
Builds the app for production to the build
folder:
yarn build