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

https://github.com/alexandernanberg/boilerplate

🔥 A minimal react boilerplate
https://github.com/alexandernanberg/boilerplate

react react-app react-boilerplate

Last synced: about 1 year ago
JSON representation

🔥 A minimal react boilerplate

Awesome Lists containing this project

README

          

# react-boilerplate

> A minimal react boilerplate

[![License](https://badgen.net/github/license/alexandernanberg/react-boilerplate)](https://github.com/alexandernanberg/react-boilerplate/blob/master/license)

## Features

- Routing with [React Router](https://github.com/reacttraining/react-router)
- Hot loading with [React Refresh](https://github.com/facebook/react/tree/master/packages/react-refresh)
- Styling with [Styled Components](https://github.com/styled-components/styled-components)

## Getting started

### Install

```bash
$ yarn install
```

### Development

```bash
$ yarn dev
```

### Production

```bash
$ yarn build && yarn start
```

## Credits & inspiration

- [Create React App](https://github.com/facebookincubator/create-react-app)
- [Next.js](https://github.com/zeit/next.js/)

## License

MIT