https://github.com/next2d/create-next2d-app
Create Next2D apps with no build configuration.
https://github.com/next2d/create-next2d-app
next2d next2d-framework nodejs npx typescript
Last synced: 3 months ago
JSON representation
Create Next2D apps with no build configuration.
- Host: GitHub
- URL: https://github.com/next2d/create-next2d-app
- Owner: Next2D
- License: mit
- Created: 2021-09-03T04:19:17.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-17T02:06:42.000Z (about 1 year ago)
- Last Synced: 2025-04-17T15:48:41.921Z (about 1 year ago)
- Topics: next2d, next2d-framework, nodejs, npx, typescript
- Language: JavaScript
- Homepage: https://next2d.app
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Create Next2D App
=============
[](https://github.com/Next2D/create-next2d-app/actions/workflows/github-code-scanning/codeql)
[](https://github.com/Next2D/create-next2d-app/actions/workflows/lint.yml)
[](https://github.com/Next2D/create-next2d-app/releases)
[](https://github.com/Next2D/create-next2d-app/blob/main/LICENSE)
Create Next2D apps with no build configuration.
## Quick Start (TypeScript)
```sh
npx create-next2d-app sample-app --template @next2d/framework-typescript-template
cd sample-app
npm start
```
## Quick Start (JavaScript)
```sh
npx create-next2d-app sample-app --template @next2d/framework-template
cd sample-app
npm start
```
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.