okay-site-login
v0.0.19
Published
User Service for okay.site & bucci.pro
Readme
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