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.
- Host: GitHub
- URL: https://github.com/chunqiuyiyu/incipar
- Owner: chunqiuyiyu
- License: mit
- Created: 2018-08-13T04:50:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T03:10:36.000Z (over 1 year ago)
- Last Synced: 2025-05-06T16:41:44.589Z (about 1 year ago)
- Topics: build-tools, minimal, react, starter, zero-configuration
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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