nextjs-starter

Nextjs Starter Kit

MIT License

Downloads
80
Stars
7
Committers
4

Next.js starter

πŸš€ Quick start

npx @davidyang2149/nextjs-starter <project-directory>

πŸ’Ž Tech stack

  • TypeScript
  • Next.js
  • React
  • Zustand
  • ESLint
  • Vitest
  • Testing Library
  • Playwright

πŸ”– Node Version in project

# .nvmrc
v20.14.0

If you want to manage nvm. recommend to use fnm(Fast Node Manager)

# use Homebrew
brew install fnm

πŸ“š Recommend package manager

# use Homebrew
brew install pnpm

πŸ“š Install dependencies

pnpm install

πŸ’» Run dev server

pnpm dev
# or
pnpm run dev

πŸ§ͺ Lint and fix

pnpm lint
# or
pnpm run lint

πŸ§ͺ Run Coverage

pnpm test:unit
# or
pnpm run test:unit

# running option
pnpm run test

πŸ§ͺ Run E2E tests

pnpm test:e2e
# or
pnpm run test:e2e

🀝 Special thanks to

✍️ Authors

See also the list of contributors who participated in this project.

πŸ“ License

MIT License

Copyright (c) 2021 David Yang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Package Rankings
Top 15.24% on Npmjs.org