Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schne324/bollireact
My personal simple react app boilerplate
https://github.com/schne324/bollireact
Last synced: about 2 months ago
JSON representation
My personal simple react app boilerplate
- Host: GitHub
- URL: https://github.com/schne324/bollireact
- Owner: schne324
- License: mit
- Created: 2018-10-06T21:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T11:00:44.000Z (about 2 years ago)
- Last Synced: 2024-10-06T12:47:09.293Z (3 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Bollireact
> bollire react - a yarn, parcel, react, prettier boilerplate...__bollire__ means boil in italian or something
*NOTE*: this is for my own personal use...I do not recommend using this unless you fully understand what it does
## Usage
```sh
npx bollireact
```## What it is
A cli prompt which will asks for:
- name
- display name
- description (optional)
- additional dependencies (optional)
- additional dev dependencies (optional)*NOTE*: I basically `child_process.exec` a bunch of shit so use with caution!
## What it do
Creates a ready-to-rock react app bundled by parcel. The result app structure looks like:
```
├── README.md
├── node_modules/
├── package.json
├── src
| ├── App
| | └── index.js
| ├── index.css
| ├── index.html
| └── index.js
└── yarn.lock
```