An open API service indexing awesome lists of open source software.

https://github.com/chunqiuyiyu/incipar

Minimal starter for React app.
https://github.com/chunqiuyiyu/incipar

build-tools minimal react starter zero-configuration

Last synced: 10 months ago
JSON representation

Minimal starter for React app.

Awesome Lists containing this project

README

          

# Incipar

Minimal starter for React app, based on [parcel-bundler](https://github.com/parcel-bundler/parcel).

## Fetures

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

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

Usage: incipar [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

```shell
npm install -g incipar
incipar new
```

## License

MIT