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

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.

Awesome Lists containing this project

README

          

Create Next2D App
=============

[![CodeQL](https://github.com/Next2D/create-next2d-app/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/Next2D/create-next2d-app/actions/workflows/github-code-scanning/codeql)
[![Lint](https://github.com/Next2D/create-next2d-app/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Next2D/create-next2d-app/actions/workflows/lint.yml)
[![release](https://img.shields.io/github/v/release/Next2D/create-next2d-app)](https://github.com/Next2D/create-next2d-app/releases)
[![license](https://img.shields.io/github/license/Next2D/create-next2d-app)](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.