Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.11 KB

README.md

File metadata and controls

35 lines (27 loc) · 2.11 KB

XLTS for AngularJS + XLTS for AngularJS Material + Vite

Semver styled with prettier GitHub license

ng-hotrod

Includes

Scripts

  • npm install - install the dependencies
  • npm start - serve with hot reload at localhost:1234
  • npm run build - build bundled version in dist folder
  • npm run lint - lint code with ESLint using included config
  • npm run e2e - run e2e tests
  • npm run format - format code with Prettier
  • npx hygen component new --name new-component --path relative/path/inside/of/src/app/folder - generate folder with default component code files
  • npx hygen service new --name new-service --path relative/path/inside/of/src/app/folder - generate folder with default service code files

Credits