create-dstack-app
Version:
Init a project with DStack, a front-end tech stack.
30 lines (24 loc) • 952 B
Markdown
Swiftly initialize a project with the front-end tech stack, **DStack**!
Get started with:
```sh
npm create dstack-app@latest
```
Once initialized you should have a file structure that looks like this
```text
/
├── app
│ ├── favicon.ico
│ ├── layout.tsx
│ └── page.tsx
├── public
├── styles
│ └── app.css
├── .gitignore
├── next.config.ts
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.ts
└── tsconfig.json
```