create-dstack-app

0.0.2 • Public • Published

create-dstack-app

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

Package Sidebar

Install

npm i create-dstack-app

Weekly Downloads

16

Version

0.0.2

License

Apache-2.0

Unpacked Size

74.2 kB

Total Files

25

Last publish

Collaborators

  • myfer