Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 685 Bytes

SmallFormReact

Small form built with ReactJS and Flux, to ask questions and display answers. You can find it deployed here: http://smallformreact.com.s3-website-us-west-2.amazonaws.com/.

In order to use the application:

  1. Make sure that you have both Node.js and npm installed, and gulp-cli installed globally.

  2. Download the repository's ZIP file and unzip it.

  3. Open a command shell and move to the root of the application's folder.

Then, type the following to install required dependencies (might take a while):

npm install

And finally, to build the application, type:

gulp

The application will start on your local machine, at http://localhost:3000/.