Skip to content

No more hassle with new Nextjs project setups.πŸŽ‰βœŒπŸ˜ƒ This repo includes a fresh "standard & pre-configured" Nextjs project with Typescript, Styled-component(+theming), React-Query(+axios & caching), Recoil, Babel path resolver and more...

Notifications You must be signed in to change notification settings

open-benthic/Nextjs-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

No more hassle with new Nextjs project setups.πŸŽ‰βœŒπŸ˜ƒ This repo includes a fresh "standard & pre-configured" Nextjs project with Typescript, Styled-component(+theming), React-Query(+axios & caching), Recoil, Babel path resolver and more...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published