https://github.com/zag/persons-list
https://github.com/zag/persons-list
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zag/persons-list
- Owner: zag
- Created: 2016-03-07T16:02:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T16:05:35.000Z (about 9 years ago)
- Last Synced: 2025-04-14T20:17:45.473Z (about 2 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personlist-demo
This is a demo for building React apps. Use this to get started, and if you find yourself needing additional features.
## How to use this
* Clone the repo: `git clone https://github.com/zag/personlist-demo.git`
* Install the dependencies: `cd personlist-demo && npm install`
* Start webpack: `npm run dev`
* Point browser to http://localhost:8080/Run `npm run build` to update `buid/bundle.js`