This package has been deprecated

Author message:

please use gen-reacts-app

reacts.gen

1.0.2 • Public • Published

alt text

Generate reactjs-typescript web application.

Overview

  npm install -g reacts.gen
  
  reacts.gen webapp
  
  cd webapp
  
  # Generate container
  npm run gen:container
  
  # Start application (http://localhost:8000)
  npm run start:dev
  

Go to localhost:8000 to visit your app.

Create. Generate. Build.

Installation

One-Time install:

  npm install -g reacts.gen

This tool requires Node > v6 .

Commands

Your project contains a few npm scripts that will help you in your development process

cmd description
build Build production ready dist
gen:container Generate container
gen:component Generate component
gen:service Generate service
start:dev Start development server
test Run jest
test:coverage Run jest and generate code coverage

Philosophy

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

Resources:

Package Sidebar

Install

npm i reacts.gen

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • roger-king