@tomek-i/nextjs-starter v1.0.1
Next.js Project Starter
This script helps you quickly set up a new project using the Next.js Project Template. It automates the process of creating a new project based on the template repository.
Installation
You can run the script globally using npx
.
Run the following command:
npx @tomek-i/nextjs-starter <project-name>
Usage
Create a new project:
Run the script with a project name to set up your new Next.js project based on the template.Example:
npx @tomek-i/nextjs-starter my-new-project
Project structure:
After running the script, you'll have a new Next.js project with the same structure and configuration as the template.Development:
Once the setup is complete, navigate into your project folder and run the development server:yarn dev
Ready for customization:
Now you're ready to customize and start building your application with the Next.js template.
Contributing
Feel free to submit issues and pull requests if you find any bugs or want to add new features to this setup script.
License
This project is licensed under the MIT License - see the LICENSE file for details.