https://github.com/divdash/angularboilerplate
Angular base project that supports different build targets 🔥
https://github.com/divdash/angularboilerplate
Last synced: 5 months ago
JSON representation
Angular base project that supports different build targets 🔥
- Host: GitHub
- URL: https://github.com/divdash/angularboilerplate
- Owner: DivDash
- Created: 2022-03-20T16:50:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T18:14:32.000Z (about 4 years ago)
- Last Synced: 2025-02-15T22:56:29.222Z (over 1 year ago)
- Language: HTML
- Size: 2.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Boilerplate
Angular base project that supports different build targets 🔥
## Getting Started
In order to run this project on your local machine, you will need some tools installed locally.
### Prerequisites
It is recommended that you first install an IDE. Visual Studio Code is great. You should also have some idea about node and npm to get the project running.
In order to contribute to the project, knowledge of Angular will be needed as that is the framework for the project.
You can install node by going to [their website](https://nodejs.org/en/). Once node is installed, install the Angular CLI globally:
```
npm install -g @angular/cli
```
### Installing
Once you've cloned this project, you can cd into the project and install the dependencies using:
```
npm install
```
Afterwards you can safely run:
```
ng serve
```
And have the project served at http://localhost:4200.
## Built With
- [Angular](https://angular.io/) - The web framework used