0.0.11 • Published 1 year ago
okay-site-login v0.0.11
Login
User Service for bucci.pro
Commands
# compile TS and SCSS files
npm run client:build
# watch for file changes and serve the app
npm run client:dev
# lint TS files and fix fixable errors
npm run client:lint
# recompile TS and SCSS files when they change
npm run client:watch
# serve the app
PGDATABASE=<database_name> npm run server
# run the tests
npm run test