UNPKG

typescript-react-webpack-app-creator

Version:

Npm module to create an empty react app with typescript as compiller, webpack as bundler and tslint included.

49 lines (33 loc) 1.37 kB
# typescript-react-webpack-app-creator [![](https://img.shields.io/npm/v/typescript-react-webpack-app-creator.svg)](https://www.npmjs.com/package/typescript-react-webpack-app-creator) [![](https://img.shields.io/npm/dm/typescript-react-webpack-app-creator.svg)](https://www.npmjs.com/package/typescript-react-webpack-app-creator) 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 | 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. | ### 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/ ```