An open API service indexing awesome lists of open source software.

https://github.com/tomek-i/nextjs-project-template-cli

npx command to create a local project from the nexttjs-template-starter
https://github.com/tomek-i/nextjs-project-template-cli

Last synced: 3 months ago
JSON representation

npx command to create a local project from the nexttjs-template-starter

Awesome Lists containing this project

README

        

# Next.js Project Starter

This script helps you quickly set up a new project using the [Next.js Project Template](https://github.com/tomek-i/nextjs-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:

```bash
npx @tomek-i/nextjs-starter
```

## 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:

```bash
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](https://github.com/tomek-i/nextjs-project-template).

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

```bash
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](LICENSE) file for details.