Skip to content

A script for create Next.js project and configure for best development experience

Notifications You must be signed in to change notification settings

ilkaydnc/frontend-project-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Project Starter Script

A script for create Next.js project and configure for best development experience.

Usage

Copy and run the following command in your terminal:

bash -c "$(curl https://raw.githubusercontent.com/ilkaydnc/frontend-project-starter/main/run.sh )" -s <project-name> <project-directory>

Features

  • Latest version of Next.js
  • TypeScript for static type checking
  • ESLint for linting
  • Prettier for code formatting
  • VSCode settings to use ESLint and Prettier for code formatting
  • Sass for styling
  • Redux Toolkit for state management
  • Maintainable folder structure
  • Path aliases for imports
  • Docker for deployment

About

A script for create Next.js project and configure for best development experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages