Skip to content

App to create basic structure of the react project with webpack, typescript and tslint

License

Notifications You must be signed in to change notification settings

amittkSharma/typescript-react-webpack-app-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

App to create basic structure of the react project with webpack, typescript and tslint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages