https://github.com/kristinbaumann/reackathon
Landing Page for React Hackathon on 17th & 18th Dec 16 in Ho Chi Minh City, Vietnam.
https://github.com/kristinbaumann/reackathon
hackathon landing-page react
Last synced: 4 months ago
JSON representation
Landing Page for React Hackathon on 17th & 18th Dec 16 in Ho Chi Minh City, Vietnam.
- Host: GitHub
- URL: https://github.com/kristinbaumann/reackathon
- Owner: kristinbaumann
- Created: 2016-12-17T13:36:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T14:03:53.000Z (over 8 years ago)
- Last Synced: 2024-04-23T09:22:38.123Z (about 1 year ago)
- Topics: hackathon, landing-page, react
- Language: JavaScript
- Homepage:
- Size: 3.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reackathon Landing Page
Landing Page for the first React Hackathon in Vietnam, on 17th & 18th December 2016 in Ho Chi Minh City
Mostly developed with React Components from [neal-react](http://www.github.com/dennybritz/neal-react).
Live website: [reackathon.8bitrockr.com](http://reackathon.8bitrockr.com)

## Develop locally
Transpile the Javascript using Babel and watch for changes:
```bash
git clone https://github.com/dennybritz/neal-sample.git
cd neal-sample
npm install
npm run watch
```Run with webpack:
```bash
npm run serve
```Run inside a docker container:
```
docker run -p 3000:80 -v "$PWD"/public:/usr/local/apache2/htdocs/ httpd:2.4
```Visit `http://:3000`