Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/copier-nextjs
Copier Template for a NextJS App
https://github.com/nickderobertis/copier-nextjs
Last synced: about 3 hours ago
JSON representation
Copier Template for a NextJS App
- Host: GitHub
- URL: https://github.com/nickderobertis/copier-nextjs
- Owner: nickderobertis
- License: mit
- Created: 2022-07-10T11:47:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T14:20:19.000Z (over 2 years ago)
- Last Synced: 2024-11-24T23:07:23.837Z (2 months ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Copier Template for a NextJS App
Copier Template for a Next.js App
See the generated example [repository](https://github.com/nickderobertis/copier-nextjs-example)
and [static web page](https://nickderobertis.github.io/copier-nextjs-example).## Development Status
This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.
Any time the major version changes, there may be breaking changes. If it is working well for you, consider
pegging to the current major version, e.g. `copier-nextjs@v1`, to avoid breaking changes. Alternatively,
you can always point to the most recent stable release with the `copier-nextjs@latest`.## Developing
Clone the repo and then run `npm install` to set up the pre-commit hooks.
## Author
Created by Nick DeRobertis. MIT License.