https://github.com/michaelcurrin/react-quickstart
Starter template for a React app - including docs, CI, and hosting ⚛ 📦
https://github.com/michaelcurrin/react-quickstart
beginner create-app create-react-app github-actions github-pages javascript quickstart react reactjs template
Last synced: 11 months ago
JSON representation
Starter template for a React app - including docs, CI, and hosting ⚛ 📦
- Host: GitHub
- URL: https://github.com/michaelcurrin/react-quickstart
- Owner: MichaelCurrin
- License: mit
- Created: 2020-05-11T08:31:25.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T15:18:58.000Z (about 2 years ago)
- Last Synced: 2025-04-03T20:05:50.353Z (about 1 year ago)
- Topics: beginner, create-app, create-react-app, github-actions, github-pages, javascript, quickstart, react, reactjs, template
- Language: JavaScript
- Homepage: https://michaelcurrin.github.io/react-quickstart/
- Size: 1.95 MB
- Stars: 10
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Quickstart ⚛️ 📦
> Starter template for a React app - including docs, CI, and hosting
[](https://github.com/MichaelCurrin/react-quickstart/actions?query=workflow:"GH+Pages+Deploy")
[](https://github.com/MichaelCurrin/react-quickstart/tags/)
[](#license "Go to License section")
[](https://nodejs.org)
[](https://classic.yarnpkg.com)
[](https://www.npmjs.com/package/react)
## Preview
[](https://michaelcurrin.github.io/react-quickstart/)
## Create a new React app
Use this project as a template:
[](https://github.com/MichaelCurrin/react-quickstart/generate "Use this template")
If you need something more minimal, see this [Minimal](https://michaelcurrin.github.io/code-cookbook/recipes/javascript/packages/react/minimal.html) app recipe.
## Documentation
To install, run and deploy the app, see this project's docs:
[](/docs/README.md "Go to project docs")
To learn how to use this project and see how a React project works, see the [Template notes](/docs/template-notes/) section of the docs.
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).
This project is based on the template from the React CLI. I have added my own docs, the deploy flow, made minor changes to the app, plus some additions to components.