Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js starter with Storybook, Styled Components, GraphQL, Jest, and Cypress preconfigured.
NextJS Boilerplate is an open-source React starter kit that scaffolds a server-side rendered Next.js application with Storybook, Styled Components, GraphQL/Apollo, Jest, React Testing Library, and Cypress preconfigured.
This template is a starting point for building React applications with Next.js, providing server-side rendering out of the box. It takes a fresh clone of a repository and produces a development environment with a working homepage at http://localhost:3000, along with test and build tooling. The project is authored by ahmetkapusuz and is marked as work in progress.
yarn storybook, allowing isolated UI component testing.yarn test.yarn run cypress:open) or run all tests headlessly (yarn run cypress:run).yarn and yarn dev, then start editing pages in the Next.js project while all testing tools remain active.yarn build to create a production bundle in the .next folder and yarn start to serve it in production mode.yarn storybook to develop and document components without spinning up the full app.git clone https://github.com/ahmetkapusuz/next-js-boilerplate.git.yarn or npm install.yarn dev or npm run dev to start the development server and open http://localhost:3000.yarn test, yarn build, and yarn start for the corresponding workflows.Note that the project is currently marked as "WORK IN PROGRESS", so some parts may change.
