0.0.1 • Published 5 years ago

init-ts-app v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Installation

npm install -g init-ts-app

Quick Start

  1. Create your project.
init-ts-app <your-app-name>
  1. Install all dependencies.
cd <your-app-name>
npm install
  1. Start the server. (Please see the project README for more command.) The command start a express server and a react-hot-loader plugin.
grunt run
  1. Some commands configured.
// Run all tests(jest)
grunt test

// Run storybook for react component development.
npm run storybook