create-dahlia-app
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Dahlia

npm npm GitHub license

An opinionated React Framework for building modern web applications.

Quick Start

npx create-dahlia-app myapp
cd myapp
npm start

It will create a directory called myapp inside the current folder:

.
├── package.json
├── pages
│   └── index.tsx
└── tsconfig.json

npm start

Other choices

npx

npx create-dahlia-app myapp

npm

npm init dahlia-app myapp

yarn

yarn create dahlia-app myapp

globally

yarn global add create-dahlia-app
create-dahlia-app myapp

Scripts

  • npm start -
  • npm test -
  • npm build -

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i create-dahlia-app

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

19.3 kB

Total Files

25

Last publish

Collaborators

  • forsigner