Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!