A better way to outline and write novels, essays, speeches, scripts and more
# install dependencies
npm install
# serve client app with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# build and serve full-stack app at localhost:3000
npm run start
# OR
npm run server
# serve Node server app with auto reload at localhost:3000
npm run server-dev