Angular base project that supports different build targets 🔥
In order to run this project on your local machine, you will need some tools installed locally.
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
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.
- Angular - The web framework used