https://github.com/next2d/framework-template
This is the default template for the Next2D Framework, you can fork it and improve it to your liking.
https://github.com/next2d/framework-template
atomic-design clean-architecture domain-driven-development javascript mvvm next2d next2d-framework template
Last synced: over 1 year ago
JSON representation
This is the default template for the Next2D Framework, you can fork it and improve it to your liking.
- Host: GitHub
- URL: https://github.com/next2d/framework-template
- Owner: Next2D
- License: mit
- Created: 2021-09-07T13:06:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:54:53.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:42:51.089Z (over 1 year ago)
- Topics: atomic-design, clean-architecture, domain-driven-development, javascript, mvvm, next2d, next2d-framework, template
- Language: JavaScript
- Homepage: https://next2d.app
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Next2D Framework JavaScript Template
=============
[](https://github.com/Next2D/framework-template/actions/workflows/codeql-analysis.yml)
[](https://github.com/Next2D/framework-template/releases)
[](https://github.com/Next2D/framework-template/blob/main/LICENSE)
Next2D Framework default JavaScript template.\
Create Next2D apps with no build configuration.
## Quick Start
```sh
npx create-next2d-app sample-app
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.