Coder Social home page Coder Social logo

nextjs-starter's Introduction

πŸš€
Next.js Starter

VΓ­t's starter template for Next.js v13

Next.js emotion TypeScript Babel ESLint Prettier Stylelint pnpm GitHub Actions


βœ… Features

Minimalistic starter for Next.js projects with all the goodies πŸ€™

πŸ‘¨β€πŸ’» Usage

  1. Select Use this template > Create new repository above
  2. Clone the created repository
  3. Run pnpm install
  4. Start coding and create something 😍

βš’οΈ Scripts

  • pnpm run build – creates production build with next build
  • pnpm run cz – starts CLI to create Conventional Commit
  • pnpm run dev – starts development server with next dev
  • pnpm run eslint – checks code with eslint
  • pnpm run eslint:fix – runs eslint with auto-fix
  • pnpm run fix – runs all linters with auto-fix
  • pnpm run prettier – checks code format with prettier
  • pnpm run prettier:fix – runs prettier with auto-fix
  • pnpm run stylelint – checks your CSS-in-JS files
  • pnpm run stylelint:fix – runs stylelint with auto-fix
  • pnpm run qa – runs all linters in check-only mode
  • pnpm run start – starts server for last created production build
  • pnpm run ts - checks code with tsc

nextjs-starter's People

Contributors

renovate[bot] avatar rozsival avatar

Stargazers

 avatar

Watchers

 avatar

nextjs-starter's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm npm-run-all Available

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
  • chore(deps): update dependency @types/nprogress to v0.2.3
  • chore(deps): update dependency eslint-plugin-unicorn to v46.0.1
  • chore(deps): update dependency postcss to v8.4.40
  • chore(deps): update dependency stylelint-order to v6.0.4
  • chore(deps): update commitlint monorepo to v17.8.1 (@commitlint/cli, @commitlint/config-conventional)
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update dependency eslint-config-prettier to v8.10.0
  • chore(deps): update dependency eslint-import-resolver-typescript to v3.6.1
  • chore(deps): update dependency eslint-plugin-import to v2.29.1
  • chore(deps): update dependency eslint-plugin-jsx-a11y to v6.9.0
  • chore(deps): update dependency eslint-plugin-react to v7.35.0
  • chore(deps): update dependency postcss-styled-syntax to v0.6.4
  • chore(deps): update dependency prettier-plugin-package to v1.4.0
  • chore(deps): update dependency typescript to v5.5.4
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update commitlint monorepo to v19 (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency eslint-plugin-unicorn to v55
  • chore(deps): update dependency eslint-plugin-unused-imports to v4
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency stylelint to v16
  • chore(deps): update dependency stylelint-config-recommended to v14
  • chore(deps): update nextjs monorepo to v14 (major) (eslint-config-next, next)
  • chore(deps): update pnpm to v9
  • chore(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • πŸ” Create all rate-limited PRs at once πŸ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/qa.yml
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
  • actions/cache v3
npm
package.json
  • @emotion/cache 11.10.7
  • @emotion/react 11.10.6
  • @emotion/server 11.10.0
  • @emotion/styled 11.10.6
  • next 13.3.1
  • nprogress 0.2.0
  • react 18.2.0
  • react-dom 18.2.0
  • @babel/core 7.21.4
  • @commitlint/cli 17.6.1
  • @commitlint/config-conventional 17.6.1
  • @emotion/babel-plugin 11.10.6
  • @emotion/eslint-plugin 11.10.0
  • @types/node 18.16.1
  • @types/nprogress 0.2.0
  • @types/react 18.2.0
  • @types/react-dom 18.2.1
  • @typescript-eslint/eslint-plugin 5.59.1
  • @typescript-eslint/parser 5.59.1
  • commitizen 4.3.0
  • eslint 8.39.0
  • eslint-config-airbnb 19.0.4
  • eslint-config-next 13.3.1
  • eslint-config-prettier 8.8.0
  • eslint-import-resolver-typescript 3.5.5
  • eslint-plugin-formatjs 4.10.0
  • eslint-plugin-import 2.27.5
  • eslint-plugin-jsx-a11y 6.7.1
  • eslint-plugin-prettier 4.2.1
  • eslint-plugin-react 7.32.2
  • eslint-plugin-react-hooks 4.6.0
  • eslint-plugin-unicorn 46.0.0
  • eslint-plugin-unused-imports 2.0.0
  • husky 8.0.3
  • is-ci 3.0.1
  • lint-staged 13.2.1
  • npm-run-all 4.1.5
  • postcss 8.4.23
  • postcss-styled-syntax 0.4.0
  • prettier 2.8.8
  • prettier-plugin-package 1.3.0
  • stylelint 15.6.0
  • stylelint-config-recommended 12.0.0
  • stylelint-order 6.0.3
  • typescript 5.0.4
  • node >=18.16.0
  • pnpm 8.2.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.