create-next2d-app
v2.0.3
Published
Create Next2D apps with no build configuration.
Downloads
11
Readme
Create Next2D App
Create Next2D apps with no build configuration.
Quick Start (TypeScript)
npx create-next2d-app sample-app --template @next2d/framework-typescript-template
cd sample-app
npm start
Quick Start (JavaScript)
npx create-next2d-app sample-app --template @next2d/framework-template
cd sample-app
npm start
License
This project is licensed under the MIT License - see the LICENSE file for details.