1.0.1 • Published 7 years ago

react.gen v1.0.1

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

React.Gen

React.Gen is a NPM cli tool for reactjs-typescript-mobx driven project.

React.Gen displays my reactjs-modern-seed and currently gives you the option of choosing and bootstrapping between UI Frameworks (ant design and react-bootstrap).

Take a look at my reactjs-modern-seed for more insight into the concepts and programming design.

Before you start

Be sure to have npm >= 5. I utilize native npm package management.

Quick Overview

npm install -g react.gen

react.gen my-app

cd my-app    
npm run gen:container
npm run start:dev

Application will be running at http://localhost:8000/.

Production build script is accessible with npm run build:dist

What's next...

Well this is my first version. I want to add the following things:

  • [] Router of Choice (uirouter or react-router)
  • [] Typescript of Javascript (ES6)