Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisheksoni27/nano-preact-app
Boilerplate Preact app built with Parcel
https://github.com/abhisheksoni27/nano-preact-app
cli create-react-app nano-preact-app preact react
Last synced: 4 days ago
JSON representation
Boilerplate Preact app built with Parcel
- Host: GitHub
- URL: https://github.com/abhisheksoni27/nano-preact-app
- Owner: abhisheksoni27
- License: mit
- Created: 2019-03-03T14:04:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T15:46:32.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T00:49:31.439Z (22 days ago)
- Topics: cli, create-react-app, nano-preact-app, preact, react
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nano-preact-app
Boilerplate Preact app built with Parcel
The actual template is here: [nano-preact-app-template](https://github.com/abhisheksoni27/nano-preact-app-template)
This project is inspired by [nano-react-app](https://github.com/adrianmcli/nano-react-app/blob/master/bin/nano-react-app.js)
# Installation
You can use `npx` to use this package without ever installing it. To use with npx, just do the following:
```
npx nano-preact-app slytherin
```That will initialize a Preact app in a folder named `slytherin`. You can specify whatever name you want to call your awesome project.
To globally install this CLI, you can do the following:
```
npm i -g nano-preact-app
``````
yarn global add nano-preact-app
```