create-funcomponent-app
v1.0.2
Published
This is a command-line tool for generating funcomponent Projects.
Downloads
13
Readme
create-funcomponent-app
This is a command-line tool for generating funComponent Projects.
Create a project
npx create-funcomponent-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
