Skip to content

PepsRyuu/create-nollup-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-nollup-app

CLI for quickly creating Nollup apps. The tool will output a template project that will work out of the box so you can start developing without the need to configure anything.

Getting Started

npx create-nollup-app --name <project-name> --template <template>
cd <project-name>
npm install
npm start

Here's an example of how to create a project called my-app with preact.

npx create-nollup-app --name my-app --template preact

Available Templates

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published