Skip to content

theghostwalker/react-flux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React/Flux Blog Posts App

  1. Install Node.js and clone this repository.
  2. Run the following commands from a terminal in the root folder of the cloned repository.
$ npm install --global gulp webpack
$ npm install
  1. SASS requires Ruby and the SASS gem to be installed. To download Ruby, click here. To install the SASS gem, running the following command from the terminal.
$ gem install sass
  1. Run gulp from the terminal, to create the application files.
gulp
  1. Open a new terminal, and run the following gulp command to start the web server.
gulp server
  1. Open your web browser and point it to http://localhost:8080. The web application will load.

About

A basic React Flux Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors