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

https://github.com/500tech/angular2-svg-d3


https://github.com/500tech/angular2-svg-d3

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular2 + TypeScript + Webpack Minimal Development Environment

### How to run:
1. clone the project
2. run `npm start`
4. navigate to 'localhost/8080'
5. start developing your Angular2 app with TypeScript

### what you get?
Minimal Angular2 development environment which use typeScript.
it loads and bootstrap the most minimal angular2 app. that's it.

### IMPORTANT NOTE
This project doesn't contains any webpack configuration for code splitting and efficient bundling
for production.
The main purpose of this project is to get you up and running with your development environment only.
Read more about how to configure webpack for production bundling and make your own choices.