UNPKG

strife

Version:

Full readme coming soon.

40 lines (26 loc) 369 B
# 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 ```