https://github.com/acdcjunior/rem_exxample
https://github.com/acdcjunior/rem_exxample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/acdcjunior/rem_exxample
- Owner: acdcjunior
- Created: 2016-07-26T22:45:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T22:48:22.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T05:11:07.224Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sequence of commands:
```bash
$ npm install -g typings
$ npm install -g angular-cli
$ ng new EXXAMPLE
$ cd EXXAMPLE
$ npm install underscore@1.8.3 --save
$ typings install dt~underscore -S -G
# at this point, change the files shown in this commit
$ npm install
$ ng build # optional, I believe ng serve builds already
$ ng serve
```