Skip to content

MartinMcCabe/react-redux-swapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Swapi app

A quick React app consuming the SWAPI api, with Redux for state management.

Workflow

Some of the technologies used include:

  • gulp as the task runner with:
    • browserify to bundle the javaScript
    • babel to compile my JS to I can use es6 features that may not yet be available in some browsers
    • sass as my CSS preprocessor

Run it yourself

Clone this repo and run npm install (if you have Node installed) in your terminal. After installation, install gulp globally by running npm install -g gulp. When that's done, just run the default gulp task by typing gulp

About

a quick react app consuming the swapi api, with redux for state management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published