1.0.2 • Published 6 years ago

reacts.gen v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

cmddescription
buildBuild production ready dist
gen:containerGenerate container
gen:componentGenerate component
gen:serviceGenerate service
start:devStart development server
testRun jest
test:coverageRun 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: