Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.13 KB

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.