Swiftly initialize a project with the front-end tech stack, DStack!
Get started with:
npm create dstack-app@latest
Once initialized you should have a file structure that looks like this
/
├── app
│ ├── favicon.ico # Favicon
│ ├── layout.tsx # Next.js layout
│ └── page.tsx # Landing page
├── public # Public directory
├── styles # Store your CSS files here
│ └── app.css # TailwindCSS and DaisyUI styles
├── .gitignore # .gitignore file
├── next.config.ts # Next.js configuration
├── package.json # package.json file
├── postcss.config.js # PostCSS configuration
├── README.md # This file
├── tailwind.config.ts # TailwindCSS configuration
└── tsconfig.json # TypeScript configuration