2.0.4 • Published 7 years ago

gen-reacts-app v2.0.4

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

gen-reacts-app

Inspired by create-react-app, this small tool generates a production ready react with typescript web application. This base application contains tools like react-router, styled-components, typescript, webpack 4, plopjs for consistent templating, and jest snapshot testing.

Installation:

    # With NPM
    npm install -g gen-reacts-app

    # With Yarn
    yarn global add gen-reacts-app

This tool requires Node > v6 .

How to use:

    gen-reacts-app <title>

Commands

CommandDescription
buildproduction application build
devrun local dev application
genrun plop
gen:commongenerate common component
gen:componentgenerate component
gen:pagegenerate page
gen:hocgenerate hoc
testrun jest tests
test:covrun jest tests with test coverage

Philosophy

The goal of this tool is the generate a react project with structure, type safety, and consistent code styling.

Resources

You can view the base react application here

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago