react-typescript-boilerplate
v1.0.0
Published
Light weight react typescript boilerplate to get you started
Downloads
27
Readme
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/.