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

https://github.com/boblyx/blr-angular2

Minimal Boilerplate for Angular2 framework
https://github.com/boblyx/blr-angular2

angular2 boilerplate

Last synced: 3 months ago
JSON representation

Minimal Boilerplate for Angular2 framework

Awesome Lists containing this project

README

        

# Angular2 Boilerplate
Barebones web application boilerplate with Material UI.

Based on the Angular2 Hello World Application.

## Usage
1. Clone the Repo.
2. Install `@angular/cli`.
```bash
npm install -g @angular/cli
```
3. Install project dependencies
```bash
npm i .
```
4. Adjust environment variables by renaming `src/environment/environment.ts.eg` to `environment.ts`
5. Run the development server
```bash
ng serve
```
6. Access your development preview from http://localhost:4200