1.2.0 • Published 6 years ago
create-dahlia-app v1.2.0
Dahlia
An opinionated React Framework for building modern web applications.
Quick Start
npx create-dahlia-app myapp
cd myapp
npm startIt will create a directory called myapp inside the current folder:
.
├── package.json
├── pages
│ └── index.tsx
└── tsconfig.jsonOther choices
npx
npx create-dahlia-app myappnpm
npm init dahlia-app myappyarn
yarn create dahlia-app myappglobally
yarn global add create-dahlia-app
create-dahlia-app myappScripts
npm start-npm test-npm build-