Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 982 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 982 Bytes

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. 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