- NodeJS 14
- React 16.13
- Webpack 4
- Node-Sass 4
- Babel 7
- Eslint
- Prettier
- Husky
- React-Testing-Library
- Jest
-
cd hurb-challenge-charlie
-
Sem docker
npm install
npm start
-
Com docker (Linux e MacOS)
chmod +x ./run.sh && ./run.sh development
-
Acesse
localhost:3000
-
cd hurb-challenge-charlie
-
Sem docker
npm run build
-
Com docker
chmod +x ./run.sh && ./run.sh production