NotedOK App Service (https://notedok.com)
On the surface, minimalistic note making web site. Under the hood, bunch of plain text files in your Dropbox.
npm run clean
Cleans the dist folder
npm run test
Runs unit-tests
npm run build:dev
Runs webpack using dev configuration
npm run build:prod
Runs webpack using prod configuration
npm run dev
Runs the full dev build
npm run prod
Runs the full prod build
npm run start
Runs full dev build and starts the server
npm run startprod
Runs full prod build and starts the server