This is a minimalistic React/Next.js TypeScript starter project.
Contains the necessary configuration and essential Next.js plugins.
- TypeScript
- Style loaders (CSS, SCSS, LESS) with PostCSS (Autoprefixer, PostCSS Fixes) and opt-in CSS modules
- Image loaders (SVG, etc)
- Next SEO
- Jest + Enzyme
- ESLint
git clone https://github.com/bisubus/next-typescript-starter.git
npm run init -- your-author-name your-project-name @your-npm/package-name
npm install
npm run dev
npm run build
npm start