zorndorff / fun-with-web-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This project was created with express-generator-typescript.

Available Scripts

npm run dev

Run the server in development mode.

npm test

Run all unit-tests with hot-reloading.

npm test -- --testFile="name of test file" (i.e. --testFile=Users).

Run a single unit-test.

npm run test:no-reloading

Run all unit-tests without hot-reloading.

npm run lint

Check for linting errors.

npm run build

Build the project for production.

npm start

Run the production build (Must be built first).

npm start -- --env="name of env file" (default is production).

Run production build with a different env file.

About


Languages

Language:TypeScript 87.6%Language:JavaScript 8.1%Language:HTML 2.6%Language:CSS 1.8%