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

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 ⚛ 📦

Awesome Lists containing this project

README

          

# React Quickstart ⚛️ 📦
> Starter template for a React app - including docs, CI, and hosting

[![GH Pages Deploy](https://github.com/MichaelCurrin/react-quickstart/workflows/GH%20Pages%20Deploy/badge.svg)](https://github.com/MichaelCurrin/react-quickstart/actions?query=workflow:"GH+Pages+Deploy")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/react-quickstart)](https://github.com/MichaelCurrin/react-quickstart/tags/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license "Go to License section")

[![Made with Node](https://img.shields.io/badge/Node.js->=10-blue?logo=node.js&logoColor=white)](https://nodejs.org)
[![Made with Yarn](https://img.shields.io/badge/Yarn->=1-blue?logo=yarn&logoColor=white)](https://classic.yarnpkg.com)
[![Made with React](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/react-quickstart/react?logo=react)](https://www.npmjs.com/package/react)



node icon
node icon

## Preview


Sample screenshot of React site




[![View demo - React Quickstart](https://img.shields.io/badge/View_demo-React_App_Quickstart-blue?style=for-the-badge)](https://michaelcurrin.github.io/react-quickstart/)

## Create a new React app

Use this project as a template:

[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](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](https://img.shields.io/badge/View-Documentation-blue?style=for-the-badge)](/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.