0.1.2 • Published 1 year ago

create-panda-app v0.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
1 year ago

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 start

Then open http://localhost:5000 to see your app.

Requirements

  • Node v14 or later

That's it.

Documentation

ToDo

So much to do...

  • Swap basic scaffold to kitchen-sink and create a more stripped down, simple version of basic
  • Clean up UI of basic scaffold and add more comments into routes, views and services
  • Add README.md file 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-app works 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 --interactive flag to run list of input questions