Skip to content

separatrixxx/nextjs-setup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Setup Script

A script to set up a Next.js project with additional configurations by separatrix

Usage

  • Open your terminal
  • Run the following command, replacing with your desired project name:
npx nextjs-setup <project-name>

#or 

npm run build
npm run start <project-name>
  • The script will create a new Next.js project with the specified name and apply additional configurations

Features

  • Sets up a new Next.js project with TypeScript and ESLint
  • Installs additional packages like Redux Toolkit, axios, date-fns, etc
  • Configures Stylelint and updates tsconfig.json
  • Creates necessary directories and files
  • Updates package.json with additional scripts