An open API service indexing awesome lists of open source software.

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 🔥

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