Skip to content

Latest commit

Β 

History

History
27 lines (17 loc) Β· 1.45 KB

README.md

File metadata and controls

27 lines (17 loc) Β· 1.45 KB

Next.JS Awesome Boilerplate

Dont waste your time creating and configuring nextjs projects

all the tools you need for a useful and clean nextjs project already configured here

This project contains :

A fresh new project (created with create-next-app) with a standard structure that includes

  • Next.JS(9.5) : Best SSR/SSG framework for React apps (PWA and code-spiliting supported by default)
  • Typescript(4.0): are you Ready to work without hassle on big teams & big projects?
  • React-Query(2.23) : Dont waste your time handling server states in redux (also supports caching & re-validation)
  • Recoil(0.13) : A new Facebook made state-managment library that is easier to use and faster than both Redux and useContext+useReducer solutions
  • Styled-Component(5.2) : Create & use customized react component in seconds
  • Both Global and scoped SCSS styling
  • babel-plugin-module-resolver(4.0) : get rid of lengthy '../../../../' paths
  • email validator module and lots more ...

To use , clone this repo and run these commands

yarn or npm i for installing packages from the cloud
yarn dev or npm run dev for starting new development server on port 3000
also use yarn build or npm run build for generating files for production