Base project using NextJS, Typescript, TailwindCSS
npm run dev
or
yarn dev
Open http://localhost:3000
with your browser to see the result.
npm run build
or
yarn build
NextJS-Base
├── README.md
├── LICENSE
├── package.json
├── package-lock.json
├── pages
│ ├── index.tsx
| ├── _app.tsx
│ ├── _document.tsx
| ├── components
│ | ├── Footer.tsx
| └── api
│ ├── echo.ts
├── public
│ ├── favicon.ico
│ └── css
│ ├── globals.css
│ └── main.css
│ └── main.css
├── tsconfig.json
├── postcss.config.js
├── tailwind.config.js
├── .eslintrc.json
├── .prettierignore
└── .gitignore