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
- Host: GitHub
- URL: https://github.com/boblyx/blr-angular2
- Owner: boblyx
- Created: 2024-08-28T03:40:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T12:59:03.000Z (7 months ago)
- Last Synced: 2025-01-16T12:57:24.088Z (5 months ago)
- Topics: angular2, boilerplate
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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