Skip to content

fyodorio/ng-hotrod

Repository files navigation

ng-hotrod

Semver PRs Welcome coc-badge styled with prettier GitHub license

Modern starter for AngularJS + Angular Material + Vite

ng-hotrod

Motivation

Nostalgia 👴

Includes

Scripts

  • npm install - install all the dependencies
  • npm start - serve with hot reload at http://127.0.0.1:5173
  • npm run build - build bundled version in dist folder
  • npm run lint - lint code in app folder by ESLint with included config
  • npm run format - format code with Prettier
  • npx hygen component new --name new-component --path relative/path/inside/of/app/folder - generate folder with default component code files (run from root folder!)
  • npx hygen service new --name new-service --path relative/path/inside/of/app/folder - generate folder with default service code files (run from root folder!)

Contributing

Thank you for your interest in contributing to ng-hotrod! There are many ways to contribute to this project. Get started here.

Credits

This starter is inspired by Angular Class' NG6 Starter and angular-starter-es6-webpack