1.0.6 • Published 5 years ago

@zzindexx/generator-node-react-ts v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@zzindexx/node-react-ts

This generator allows you to create a simple Node.js web application project. The generated project would support React.js, TypeScript and jQuery.

The template without generator could be found here.

Prerequisites

This generator is designed for Yeoman, so you should install Yeoman:

npm install yo -g

Installation

The generator should be installed from npm:

npm install -g @zzindexx/generator-node-react-ts

Usage

To create a new project run the following command:

yo @zzindexx/node-react-ts

After the files and folders structure is created go to the newly created folder for your application and run:

cd <myapp>
npm i

To test the application simply run:

npm start

Bundling for production

To bundle the created application for production run:

npx webpack --config webpack.prod.config.js
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago