Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomatau/react-crash-fallback


https://github.com/tomatau/react-crash-fallback

Last synced: 26 days ago
JSON representation

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.