https://github.com/next2d/framework-typescript-template
Next2D Framework default TypeScript template.
https://github.com/next2d/framework-typescript-template
atomic-design clean-architecture domain-driven-development mvvm next2d next2d-framework template typescript
Last synced: 3 months ago
JSON representation
Next2D Framework default TypeScript template.
- Host: GitHub
- URL: https://github.com/next2d/framework-typescript-template
- Owner: Next2D
- License: mit
- Created: 2023-07-04T13:24:57.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-11T02:46:27.000Z (4 months ago)
- Last Synced: 2026-02-11T06:52:04.039Z (4 months ago)
- Topics: atomic-design, clean-architecture, domain-driven-development, mvvm, next2d, next2d-framework, template, typescript
- Language: TypeScript
- Homepage: https://next2d.app
- Size: 774 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Next2D Framework TypeScript Template
=============
[](https://github.com/Next2D/framework-typescript-template/actions/workflows/github-code-scanning/codeql)
[](https://github.com/Next2D/framework-typescript-template/releases)
[](https://github.com/Next2D/framework-typescript-template/blob/main/LICENSE)
Next2D Framework TypeScript template.\
Create Next2D apps with no build configuration.
## Quick Start
```sh
npx create-next2d-app sample-app --template @next2d/framework-typescript-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.