1.0.0 • Published 10 years ago

react-typescript-boilerplate v1.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
10 years ago

React Typescript Boilerplate

Usage

Basic

Light weight react typescript boilerplate to get you started.

Clone the repository to your local directory

$ git clone https://github.com/ajainvivek/react-typescript-boilerplate.git
$ cd react-typescript-boilerplate

Install all dependencies & Start developing

$ npm install
$ npm start

Running the Dev Server

After setting up the project, type npm start to start the webpack dev server at http://localhost:9001/.