strife
Version:
Full readme coming soon.
40 lines (26 loc) • 369 B
Markdown
# Webdev Environment for Node.js
Full readme coming soon.
#### Compile Project
```
npm run compile
```
#### Build Project
```
npm run build
```
#### Copy/Update Assets
```
npm run copy
```
#### Cleanup Project
```
npm run clean
```
#### Start Webserver
```
npm run server
```
#### Start Watcher
```
npm run watch
```