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

https://github.com/chancehudson/react-base

A basic react build system
https://github.com/chancehudson/react-base

Last synced: over 1 year ago
JSON representation

A basic react build system

Awesome Lists containing this project

README

          

# react-base

[![CircleCI](https://img.shields.io/circleci/project/github/JChanceHud/react-base.svg)](https://circleci.com/gh/JChanceHud/react-base)
[![Website](https://img.shields.io/website-finished-running-green-red/http/shields.io.svg?label=flow-coverage)](http://artifacts.plug.sh/project/github/JChanceHud/react-base/latest/artifacts)

A lightweight react build system. Source code is bundled and minified and then put in a small nginx docker image.

## Usage

To start a local server run the following: `npm run start`

To watch the `./src` directory run: `npm run watch`