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

https://github.com/marcobiedermann/react-boilerplate

⚛️ React Boilerplate to get you started
https://github.com/marcobiedermann/react-boilerplate

boilerplate front-end react setup typescript

Last synced: 3 months ago
JSON representation

⚛️ React Boilerplate to get you started

Awesome Lists containing this project

README

          

# React Boilerplate

[![codecov](https://codecov.io/gh/marcobiedermann/react-boilerplate/branch/main/graph/badge.svg)](https://codecov.io/gh/marcobiedermann/react-boilerplate)
[![dependencies Status](https://img.shields.io/david/marcobiedermann/react-boilerplate.svg)](https://david-dm.org/marcobiedermann/react-boilerplate)
[![devDependencies Status](https://img.shields.io/david/dev/marcobiedermann/react-boilerplate.svg)](https://david-dm.org/marcobiedermann/react-boilerplate?type=dev)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/marcobiedermann/react-boilerplate/CI)](https://github.com/marcobiedermann/react-boilerplate/actions/workflows/ci.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/31bac7d1-3586-4c60-b6e9-f6a39ec09668/deploy-status)](https://app.netlify.com/sites/marcobiedermann-react-boilerplate/deploys)

## Table of contents

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Requirements

- [Node.js](https://nodejs.org)

## Installation

Install dependencies via:

```sh
npm install
```

## Usage

Server with live reloading

```sh
npm run develop
```

Testing / Linting

```sh
npm test
```

Build files for production

```sh
npm run build
```

## License

[MIT License](LICENSE)

Copyright (c) Marco Biedermann