All Projects β†’ sex-request β†’ nextjs-starter-kit

sex-request / nextjs-starter-kit

Licence: MIT License
NextJS Starter Kit with Testing Frameworks and CI/CD

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Sass
350 projects
shell
77523 projects

Projects that are alternatives of or similar to nextjs-starter-kit

react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+83.33%)
Mutual labels:  eslint, jest, storybook
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+803.33%)
Mutual labels:  eslint, jest, starter-kit
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+30%)
Mutual labels:  eslint, jest, cypress
cloudflare-worker-app-kit
☁✨ A handy set of tools for creating a Cloudflare Worker app.
Stars: ✭ 75 (+150%)
Mutual labels:  eslint, jest, starter-kit
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-60%)
Mutual labels:  eslint, jest, storybook
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+9166.67%)
Mutual labels:  jest, storybook, starter-kit
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript πŸ“–
Stars: ✭ 20 (-33.33%)
Mutual labels:  eslint, jest, cypress
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+8266.67%)
Mutual labels:  jest, storybook, cypress
Serverless Typescript Starter
πŸ—„πŸ™…β€β™€οΈ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+2076.67%)
Mutual labels:  eslint, jest, starter-kit
React Typescript Web Extension Starter
πŸ–₯ A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser πŸ”₯
Stars: ✭ 510 (+1600%)
Mutual labels:  eslint, jest, storybook
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+62323.33%)
Mutual labels:  eslint, jest, starter-kit
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (+223.33%)
Mutual labels:  eslint, jest, storybook
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (+6.67%)
Mutual labels:  eslint, jest, storybook
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+380%)
Mutual labels:  eslint, jest, starter-kit
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+156.67%)
Mutual labels:  eslint, jest
zero
πŸ“¦ A zero config scripts library
Stars: ✭ 17 (-43.33%)
Mutual labels:  eslint, jest
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (-3.33%)
Mutual labels:  eslint, starter-kit
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-43.33%)
Mutual labels:  jest, cypress
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (+243.33%)
Mutual labels:  eslint, jest
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose πŸΆπŸ¦„πŸ”₯ visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+70%)
Mutual labels:  eslint, jest

NextJS Starter Kit

version License MIT

PnP Yarn2 Next.JS Storybook Sass Jest Cypress ESLint Github Actions


Repo Size Stars

Coverage E2E Deploy NextJS Deploy Storybook Netlify Status

This setting used by This Repository

Default Settings

[ IMPORTANT ] Must Change Here

  • package.json line 2 - project name
  • next.config.js line 4, 5 - production url and path
  • /public/favicon.ico and /public/icon-*.png
  • /public/manifest.json line 5~9 - application information
  • /pages/_document.tsx line 10 - lang
  • /pages/_app.tsx line 17, 20 - description, title

Usage

Install

yarn && yarn postinstall

Running Dev Server

yarn dev

Lint

yarn lint

Unit Test

yarn test
yarn test:watch
yarn test:coverage

E2E Test

yarn cypress
yarn cypress:headless
yarn e2e
yarn e2e:headless

Storybook

yarn storybook
yarn build-storybook

Build and Export

yarn build
yarn start
yarn export
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].