Skip to content

Next2D/create-next2d-app

Repository files navigation

Create Next2D App

CodeQL Lint release license

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.