Skip to content

ShubhanshuLV/angular-starter

 
 

Repository files navigation

Angular 18+ Starter

Simple Angular 18+ Starter. It contains:

  • Angular 18.0.2
  • Angular CLI 18.0.3
  • Angular Router
  • Live Reloading
  • TypeScript 5.4.5
  • RxJS 7.8.1

Prerequisites

  • Node (Make sure you have the node 20+ installed)

Getting Started

  1. Clone the repository gh repo clone piotrlewandowski/angular-starter (or if you're not using GitHub CLI: git clone git@github.com:piotrlewandowski/angular-starter.git)
  2. If you're using NVM run nvm use inside project directory to use node version set in .nvmrc file
  3. Run npm install or npm i to install all the dependencies
  4. To begin development task, run npm start
  5. Open http://localhost:4200/

Available commands

  • npm clean - delete the dist folder
  • npm start - start the dev server and watch for changes
  • npm run build - create a production ready build in dist folder
  • npm run watch - production build with continuous build process that responds to changes in real time
  • npm run test - run unit tests
  • npm run prettier:check - execute prettier check
  • npm run prettier:write - execute prettier check and automatically fix problems
  • npm run lint:check - execute eslint check
  • npm run lint:fix - execute eslint check and automatically fix problems

About

📦 Angular 18+ Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 87.1%
  • TypeScript 8.3%
  • JavaScript 4.2%
  • CSS 0.4%