Treinamento: Workflow para projetos em Node.js.
- Clone the repo
$ git clone https://github.com/robertoachar/workshop-workflow-node.git
- Install dependencies
$ npm install
- Run scripts
Action | Usage |
---|---|
Start development mode | npm start |
Lint code | npm run lint |
Build for production | npm run build |
CC-BY-NC-SA-4.0 - Attribution-NonCommercial-ShareAlike 4.0 International