dahlia
v1.17.4
Published
An opinionated React Framework for building modern web applications.
Downloads
154
Readme
Dahlia
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
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
-