Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 261 Bytes

File metadata and controls

executable file
·
19 lines (12 loc) · 261 Bytes

Angular2 SystemJS Playground

A simple Angular2 boilerplate with SystemJS

Install all the Node dependencies with:

$ npm Install

$ yarn install # for Yarn support

The run the project in your browser with:

$ npm start

That's it!