typescript-react-webpack-app-creator

1.1.13 • Public • Published

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/

/typescript-react-webpack-app-creator/

    Package Sidebar

    Install

    npm i typescript-react-webpack-app-creator

    Weekly Downloads

    11

    Version

    1.1.13

    License

    MIT

    Unpacked Size

    14.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • amittksharma