Next2D / create-next2d-app

Create Next2D apps with no build configuration.

Home Page:https://next2d.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create Next2D apps with no build configuration.

https://next2d.app

License:MIT License


Languages

Language:JavaScript 100.0%