Skip to content

jeyofdev/starter-angular-eslint

Repository files navigation

Starter Angular application

Setting up a project generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.4.

Tools

  • Angular Angular 15.2.4.
  • Typescript JavaScript with syntax for types.
  • ESLint Find and fix problems in JavaScript and typescript code.
  • Prettier Code formatter.
  • husky Husky improves your commits

Getting starting

Prerequisites

  • Recommended node : >=16.13.0
  • npm or pnpm or yarn

Dependencies

Install all dependencies :

npm install or pnpm install or yarn

Scripts

Dev server

npm run dev or pnpm run dev or yarn run dev.

Build for production

npm run build or pnpm run build or yarn run build

Locally preview

After build, run:

npm run preview or yarn run preview

About

Setting up a project generated with Angular CLI and also eslint, prettier and husky

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published