Next.js starter setup with React 17, TypeScript, Tailwind CSS support for easy and fast web development.
To build the project just type:
yarn build
To start the development server for the project just type:
yarn dev
- next: v10.0.0
- postcss-import: v12.0.0
- react: v17.0.1
- react-dom: v17.0.1
- tailwindcss: v1.9.6
- @types/node: v14.14.6
- @types/react: v16.9.55
- @typescript-eslint/eslint-plugin: v4.6.0
- @typescript-eslint/parser: v4.6.0
- eslint: v7.12.1
- eslint-config-prettier: v6.15.0
- eslint-plugin-prettier: v3.1.4
- eslint-plugin-react: v7.21.5
- eslint-plugin-react-hooks: v4.2.0
- prettier: v2.1.2
- typescript: v4.0.5
Author credits: Lazar Nikolov (https://blog.codechem.com/an-easy-react-17-typescript-tailwind-css-nextjs-setup)