A script for create Next.js project and configure for best development experience.
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>- Latest version of
Next.js TypeScriptfor static type checkingESLintfor lintingPrettierfor code formatting- VSCode settings to use ESLint and Prettier for code formatting
Sassfor stylingRedux Toolkitfor state management- Maintainable folder structure
- Path aliases for imports
Dockerfor deployment