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
- Host: GitHub
- URL: https://github.com/alexandernanberg/boilerplate
- Owner: alexandernanberg
- License: mit
- Created: 2017-03-31T11:15:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T14:01:51.000Z (over 5 years ago)
- Last Synced: 2025-03-23T23:43:03.932Z (about 1 year ago)
- Topics: react, react-app, react-boilerplate
- Language: JavaScript
- Homepage:
- Size: 286 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# react-boilerplate
> A minimal 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