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