Skip to content

Next.js starter kit for modern apps based on React (Next.js, React, Redux, TypeScript, Ant Design, Styled-jsx, PostCSS, Normalize.css, Storybook, Jest & Enzyme, SEO & analytics).

Notifications You must be signed in to change notification settings

PetrNikolas/next.js-starter-kit

Repository files navigation

Next.js Starter Kit

  • Next.js starter kit for modern apps based on React.

Main libs

  • Next.js
  • React
  • Redux
  • TypeScript
  • Ant Design
  • Styled-jsx
  • PostCSS
  • Normalize.css
  • Storybook
  • Jest & Enzyme
  • SEO & analytics

Get started

npm install

Development build

# Development build with hot reloading
npm run start:dev

Production build

Serve with server

# Build app for production
npm install
npm run build
npm start

Export static HTML

# Export static html to the out folder
npm install
npm run build
npm run export

Tests

# Run tests
npm run test
npm run test:watch
npm run test:coverage

StoryBook

# Open browser localhost:6006
npm run storybook
# Build storybook static assets
npm run build-storybook

Configuration SEO, Sentry etc

  • Set SEO & analytics variables: src/globals/env.ts

Ant Design documentation

About

Next.js starter kit for modern apps based on React (Next.js, React, Redux, TypeScript, Ant Design, Styled-jsx, PostCSS, Normalize.css, Storybook, Jest & Enzyme, SEO & analytics).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published