generator-ja-react-redux-typescript

Yeoman generator for creating React application with Redux using TypeScript and build with Webpack and Gulp.

Usage no npm install needed!

<script type="module">
  import generatorJaReactReduxTypescript from 'https://cdn.skypack.dev/generator-ja-react-redux-typescript';
</script>

README

Yeoman generator for creating React application with Redux using TypeScript and build with Webpack and Gulp.

Installation

Install Yeoman Install generator-ja-react-redux-typescript

$ npm install -g generator-ja-react-redux-typescript

Creating project

$ mkdir my-react-redux-app
$ cd my-react-redux-app
$ yo ja-react-redux-typescript

Run application

$ gulp --prod

Open browser and navigate to http://localhost:8080