A Next.js starter project template including development workflow automation with Husky.
- ESLint + Prettier
- Jest + React Testing Library
- Redux + Thunk
- Winston Logger
- Tailwind CSS
- Husky
If you need MySQL integration, please use Next.js Sequelize Starter Template.
# clone repo
git clone git@github.com:alexrusin/nextjs-starter.git my-project
# change into project directory
cd my-project
# install dependencies
yarn install
# run development server
yarn dev
# run test with watcher
yarn test --watch