Create Next2D apps with no build configuration.
npm install create-next2d-appCreate Next2D App
=============




Create Next2D apps with no build configuration.
``sh`
npx create-next2d-app sample-app --template @next2d/framework-typescript-template
cd sample-app
npm start
`sh``
npx create-next2d-app sample-app --template @next2d/framework-template
cd sample-app
npm start