Skip to content

chunqiuyiyu/incipar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incipar

Minimal starter for React app, based on parcel-bundler.

Fetures

  • Minimal package for React
  • Zero build configuration
  • Easy to expand

Preview

  ___                  _
 |_ _|  _ __     ___  (_)  _ __     __ _   _ __
  | |  | '_ \   / __| | | | '_ \   / _` | | '__|
  | |  | | | | | (__  | | | |_) | | (_| | | |
 |___| |_| |_|  \___| |_| | .__/   \__,_| |_|
                          |_|

  Usage:  incipar <cmd> [input]

  Minimal starter for React app.

  Options:

    -V, --version  output the version number
    -h, --help     output usage information

  Commands:

    new            create a new React app

Getting Started

npm install -g incipar
incipar new <project-name>

License

MIT