Skip to content

Next Js Boilerplate with Redux-thunk, Jest Unit Testing, TailWind CSS.

Notifications You must be signed in to change notification settings

bvsbharat/nextjs-boilerplate

Repository files navigation

nextjs-boilerplate

Next Js Boilerplate with Redux-thunk, Jest Unit Testing, TailWind CSS.

Getting Started

superplate is a Next.js all-in-one project generator. Create your project with the tools you need without spending hours on setting them up.

Every plugin comes with an example to give you a brief knowledge about their usage.

Components and pages

   add you component and page details  
    

Available Scripts

Running the development server.

    npm run dev 

Building for production.

    npm run build

Running the production server.

    npm run start

Linting & formatting your code.

    npm run lint

Running your tests.

    npm run test

Learn More

To learn more about superplate, please check out the Documentation.

TailwindCSS

A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

Go To Documentation

SASS/SCSS

Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.

Go To Documentation

Axios

Promise based HTTP client for the browser and node.js.

Go To Documentation

react-use

A Collection of useful React hooks.

Go To Documentation

React Redux

Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

Go To Documentation

Prettier

An opinionated code formatter; Supports many languages; Integrates with most editors.

Go To Documentation

Testing Library

The React Testing Library is a very light-weight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils.

Go To Documentation

License

MIT

About

Next Js Boilerplate with Redux-thunk, Jest Unit Testing, TailWind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published