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
- Host: GitHub
- URL: https://github.com/chancehudson/react-base
- Owner: chancehudson
- Created: 2018-02-05T21:24:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T18:57:13.000Z (over 8 years ago)
- Last Synced: 2024-07-21T00:41:18.150Z (about 2 years ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-base
[](https://circleci.com/gh/JChanceHud/react-base)
[](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`