create-amponent-app

This is a command-line tool for generating AMPonent Projects.

Usage no npm install needed!

<script type="module">
  import createAmponentApp from 'https://cdn.skypack.dev/create-amponent-app';
</script>

README

create-amponent-app

This is a command-line tool for generating AMPonent Projects.

Create a project

npx create-amponent-app <projectname>

after it completes cd into the project folder

run "npm install"

run "npm run dev" to go into development

run "npm run build" to generate deployable build