Skip to content

8847141/dahlia

 
 

Repository files navigation

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
├── src
│   └── 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

npm i -g create-dahlia-app
create-dahlia-app myapp

Scripts

  • npm run start - 启动开发服务器
  • npm run build - 生产环境打包
  • npm run test - 启动单元测试

License

MIT License

About

An opinionated React Framework for building modern web applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 76.9%
  • JavaScript 12.1%
  • CSS 5.6%
  • HTML 5.3%
  • Other 0.1%