Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raschmitt/react-nextjs-boilerplate
Boilerplate React project with NextJs.
https://github.com/raschmitt/react-nextjs-boilerplate
boilerplate nextjs react
Last synced: about 1 month ago
JSON representation
Boilerplate React project with NextJs.
- Host: GitHub
- URL: https://github.com/raschmitt/react-nextjs-boilerplate
- Owner: raschmitt
- License: mit
- Created: 2021-03-10T19:50:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T19:17:25.000Z (over 3 years ago)
- Last Synced: 2023-03-10T02:24:28.758Z (almost 2 years ago)
- Topics: boilerplate, nextjs, react
- Language: TypeScript
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React - NextJs Sample
[![Azure DevOps builds (stage)](https://img.shields.io/azure-devops/build/raschmitt/7618d927-8467-43e2-b5e9-1aeddc1fbfdc/34?label=Continuous%20Integration&stage=CI)](https://dev.azure.com/raschmitt/raschmitt/_build?definitionId=34)
[![Azure DevOps builds (stage)](https://img.shields.io/azure-devops/build/raschmitt/7618d927-8467-43e2-b5e9-1aeddc1fbfdc/34?label=Continuous%20Delivery&stage=CD)](https://dev.azure.com/raschmitt/raschmitt/_build?definitionId=34)
[![Sonar Coverage](https://img.shields.io/sonar/coverage/raschmitt_react-nextjs-boilerplate?label=Code%20coverage&server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=raschmitt_react-nextjs-boilerplate)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fraschmitt%2Freact-nextjs-boilerplate%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/raschmitt/react-nextjs-boilerplate/main)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/raschmitt/react-nextjs-boilerplate/latest?label=Latest%20Image&style=flat-square)](https://hub.docker.com/repository/docker/raschmitt/react-nextjs-boilerplate)Boilerplate [React](https://reactjs.org/) project with [NextJs](https://nextjs.org/).
## Dependencies
- [Docker](https://docs.docker.com/get-docker/)
## Live preview [![Website](https://img.shields.io/website?down_message=Unhealthy&label=Health%20Check&up_message=Healthy&url=https%3A%2F%2Freact-nextjs-boilerplate-service-raschmitt.cloud.okteto.net%2Fhealth)](https://react-nextjs-boilerplate-service-raschmitt.cloud.okteto.net/health)
A live preview of this project can be found [here](https://react-nextjs-boilerplate-service-raschmitt.cloud.okteto.net).
## Running the project locally
1. Simply clone this repository and run `docker-compose up`.
2. Access [http://localhost:3000](http://localhost:3000) and you are good to go.
## Using as a boilerplate
To use this project as a boilerplate for new projects run:
`yarn create next-app -e https://github.com/raschmitt/react-nextjs-sample`
## Contributions
Contributions and feature requests are always welcome.