An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Next2D Framework JavaScript Template
=============

[![CodeQL](https://github.com/Next2D/framework-template/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/framework-template/actions/workflows/codeql-analysis.yml)
[![release](https://img.shields.io/github/v/release/Next2D/framework-template)](https://github.com/Next2D/framework-template/releases)
[![license](https://img.shields.io/github/license/Next2D/framework-template)](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.