WebTools-NG/DEVELOPER.md
2020-10-18 15:28:24 +02:00

25 lines
244 B
Markdown

# webtools-ng
## Project setup
```md
npm install
```
### Compiles and hot-reloads for development
```md
npm run serve
```
### Compiles and minifies for production
```md
npm run build
```
### Lints and fixes files
```md
npm run lint
```