Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# nano-preact-app

Boilerplate Preact app built with Parcel

template file tree image

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
```