react-typescript-boilerplate
v1.0.0
Published
Light weight react typescript boilerplate to get you started
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-boilerplateInstall all dependencies & Start developing
$ npm install
$ npm startRunning the Dev Server
After setting up the project, type npm start to start the webpack dev server at http://localhost:9001/.
