nano-preact-app
v0.0.14
Published
Boilerplate Preact app built with Parcel
Maintainers
Readme
nano-preact-app
Boilerplate Preact app built with Parcel
The actual template is here: nano-preact-app-template
This project is inspired by nano-react-app
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 slytherinThat 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-appyarn global add nano-preact-app