Created with StackBlitz ⚡️
- Repository: alzkdpf/next-tailwind-sample
- Visibility: Public
- Last updated: 2022-08-23
- Main stack: TypeScript, Node.js, Next.js, React
.babelrc
.gitignore
README.md
next.config.js
package-lock.json
package.json
pages/_app.tsx
pages/api/hello.ts
pages/index.tsx
postcss.config.js
public/vercel.svg
styles/globals.css
tailwind.config.js
tsconfig.json
Install dependencies or prepare the project:
npm installRun the common development command:
npm run devdev:next devbuild:next buildstart:next start
- This README was generated from the repository metadata and file structure.
- Update this document when setup steps, deployment targets, or project ownership changes.