1.1.13 • Published 6 years ago

typescript-react-webpack-app-creator v1.1.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

typescript-react-webpack-app-creator

npm.io npm.io

App to create basic structure of the react project with webpack, typescript, Inline-CSS and tslint.

This module helps both new starters and experienced programmers to create project structure without configuring various parts of application. This app also support source maps generation.

Updates

DateAuthorDescription
2018-04-03AmittKIntroduction of new linting module.
2017-07-24AmittKIntroduction of Inline CSS Styling.
2017-07-01AmittKModule to create a React App working with typescript, webpack and tslint.

Dependencies

Depends on the following library:

  • Typescript
  • Webpack 2.0
  • Tslint
  • Webpack-dev-server

Installing via Npm

npm install -g typescript-react-webpack-app-creator

Usage

npm install -g typescript-react-webpack-app-creator

create-app my-app
cd my-app/
npm install
npm run start

Start in browser

http://localhost:3000/