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.
Date | Author | Description |
---|---|---|
2018-04-03 | AmittK | Introduction of new linting module. |
2017-07-24 | AmittK | Introduction of Inline CSS Styling. |
2017-07-01 | AmittK | Module to create a React App working with typescript, webpack and tslint. |
Depends on the following library:
- Typescript
- Webpack 2.0
- Tslint
- Webpack-dev-server
npm install -g typescript-react-webpack-app-creator
npm install -g typescript-react-webpack-app-creator
create-app my-app
cd my-app/
npm install
npm run start
http://localhost:3000/