create-panda-app
v0.1.2
Published
Create a new Panda application
Readme
Create Panda App
Create a new Panda application with one command
Quick Start
Creating a new Panda app with create-panda-app is super easy:
npx create-panda-app new-app
cd new-app
npm startThen open http://localhost:5000 to see your app.
Requirements
- Node v14 or later
That's it.
Documentation
ToDo
So much to do...
- [ ] Swap
basicscaffold tokitchen-sinkand create a more stripped down, simple version ofbasic - [ ] Clean up UI of
basicscaffold and add more comments into routes, views and services - [ ] Add
README.mdfile to project scaffolds - [ ] Update documentation provided in new apps to better reflect need-to-know info
- [ ] Update this README to include more info on how
create-panda-appworks and its flags & configuration - [ ] Add new scaffold(s) for other base app types (React, Lit, etc)
- [ ] Tie build process into existing scaffolds
- [ ] Build in live-updating of content
- [ ] Update
--interactiveflag to run list of input questions
