Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomatau/react-crash-fallback
https://github.com/tomatau/react-crash-fallback
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomatau/react-crash-fallback
- Owner: tomatau
- Created: 2015-04-22T17:15:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T17:41:34.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:20:42.575Z (7 months ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-crash-fallback
clone or download this repository
Run a server in the same directory to play with React and JSX.
If you have ruby:
`ruby -run -e httpd . -p 9001`If you have python:
`python -m SimpleHTTPServer`If you have php 5.4.x or greater:
`php -S localhost:9001`If you have npm and http-server globally installed:
`http-server -o`If you have XAMPP, WAMPP, MAMP, Mongoose or any other local server application, run that.
If you have any other local server script, use that.