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
TypeScript
for static type checkingESLint
for lintingPrettier
for code formatting- VSCode settings to use ESLint and Prettier for code formatting
Sass
for stylingRedux Toolkit
for state management- Maintainable folder structure
- Path aliases for imports
Docker
for deployment