Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 219 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 219 Bytes

AngularJS + TypeScript Skeleton

node のインストール

$ brew install node

初期設定

$ npm install -g grunt-cli
$ npm install
$ grunt init

起動

$ grunt runserver