1.0.1 • Published 5 months ago

@tomek-i/nextjs-starter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

  1. 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
  2. Project structure:
    After running the script, you'll have a new Next.js project with the same structure and configuration as the template.

  3. Development:
    Once the setup is complete, navigate into your project folder and run the development server:

    yarn dev
  4. 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.

1.0.1

5 months ago

1.0.0

5 months ago