https://github.com/dwarvesf/nextjs-boilerplate
Opinionated React template for building web applications at scale
https://github.com/dwarvesf/nextjs-boilerplate
boilerplate cypress jest nextjs react swr tailwindcss template typescript
Last synced: 2 months ago
JSON representation
Opinionated React template for building web applications at scale
- Host: GitHub
- URL: https://github.com/dwarvesf/nextjs-boilerplate
- Owner: dwarvesf
- Created: 2021-09-11T02:14:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T10:19:20.000Z (9 months ago)
- Last Synced: 2024-08-10T04:29:59.934Z (9 months ago)
- Topics: boilerplate, cypress, jest, nextjs, react, swr, tailwindcss, template, typescript
- Language: TypeScript
- Homepage: https://df-nextjs-boilerplate.netlify.app/
- Size: 2.9 MB
- Stars: 37
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Dwarves NextJS Boilerplate
An opinionated production-ready frontend boilerplate built on top of NextJS,
shipped with TypeScript, SWR, TailwindCSS, Jest, testing-library, Cypress, and
Storybook.## Quick Start
```bash
git clone --depth=1 [email protected]:dwarvesf/nextjs-boilerplate.git my-project-name
cd my-project-name
pnpm install
```Then, you can run locally in development mode with live reload:
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your favorite browser
to see your project.## Links
| Environment | URL |
| ----------- | ---------------------------------------------------- |
| Preview | https://df-nextjs-boilerplate.netlify.app/ |
| Storybook | https://df-nextjs-boilerplate-storybook.netlify.app/ |## Documentation
- [Getting started](./docs/GETTING_STARTED.md)
- [Tech ecosystem](./docs/TECH_ECOSYSTEM.md)
- [Code style](./docs/CODE_STYLE.md)
- [Writing tests](./docs/WRITING_TEST.md)
- [Editor](./docs/EDITOR.md)
- [Deployment](./docs/DEPLOYMENT.md)