Template for Progge to easily start future Angular projects that can utilize Firebase.
Will be available online to showcase solutions: https://progge-ab.firebaseapp.com
- Install node.js (v6+) to access
npm
from the terminal - Open a terminal
- Install angular-cli: type
npm install -g @angular/cli
- Clone the repository:
git clone https://github.com/Progge/Template.git
- Navigate to the Template folder of the repository:
cd Template
- Install the required packages: type
npm install
- Start the application:
npm start
orng serve
- Open a browser and navigate to
localhost:4200