/c9-react-hot

A starting point for react hot loading in c9.io

Primary LanguageJavaScript

#React Hot Reload App on Cloud9 IDE

This is a blank "Hello World" style application that has all the necessary dependencies without any functionality beyond rendering one React component. It has Hot Reloading functionality included. Clean with no boilerplate functionality.

This version is setup to be compatible with the Cloud9 IDE.

##Get Started

  1. Create a new workspace.
  2. Paste the following into the "Clone from Git" textbox: https://github.com/dev-circle-np/c9-react-hot
  3. Select a blank template.
  4. Click the Create button.

###Install dependencies (we recommend yarn)

yarn install

###start application

yarn run dev

###Go to dev site

  1. Go to Window -> Share
  2. Click the Application URL and select Open

To see the hot reloader in action open the browser console and make a change to the text in App.js

Contributors

cswl
Ramesh Syangtan