Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsonneto-dev/nextjs-pro-boilerplate
:atom: :rocket: A complete Next.js boilerplate with Typescript, Jest, Storybook, React Testing Library, ESLint, and Prettier. Ready to development and production
https://github.com/wilsonneto-dev/nextjs-pro-boilerplate
boilerplate nextjs react
Last synced: 1 day ago
JSON representation
:atom: :rocket: A complete Next.js boilerplate with Typescript, Jest, Storybook, React Testing Library, ESLint, and Prettier. Ready to development and production
- Host: GitHub
- URL: https://github.com/wilsonneto-dev/nextjs-pro-boilerplate
- Owner: wilsonneto-dev
- Created: 2021-02-27T19:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:13:01.000Z (2 months ago)
- Last Synced: 2024-09-15T03:41:43.199Z (2 months ago)
- Topics: boilerplate, nextjs, react
- Language: TypeScript
- Homepage: next-js-pro-boilerplate.vercel.app
- Size: 317 KB
- Stars: 80
- Watchers: 9
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Next.js Pro Boilerplate
The Next.js production boilerplate, all you need to start developing, without spend hours on configurations.
## Includes:
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [NextJS](https://nextjs.org/)
- [Sass](https://sass-lang.com/)
- [Storybook](https://storybook.js.org/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)## Getting Started
First, run the development server:
```bash
npm install
npm run dev
```I hope it helps you!