1.2.1 • Published 2 years ago

create-souravs-next-app v1.2.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

create-souravs-next-app

Next JS TypeScript

This is a easy to use code template generator for your next js project, with a easy CLI based prompt to configure the project.

Features

  • Pre configured template
  • choose between different state management template (redux or contextAPI)
  • Industry standard folder and file structure Checkout here to understand the folder structure better
  • pre installed necessary packages
  • support of eslint, prettier
  • support of Typescript
  • auto linting before git commit
  • support SASS
  • Support PWA(Progressive Web App)

How to use

Run in your terminal

npx create-souravs-next-app

Enter answer of few questions to configure your project nothing more it will create your project.

Key point to remember

  • For state management I have configured a boilerplate using Redux-Toolkit as it is the best option in 2022 to manage app wide state.
  • For contextAPI I have used useReducer with context.

Upcoming

  • support of axios interceptor
  • more state management library
  • supporting less
  • support of UI library
  • ErrorHandling support