A quick React app consuming the SWAPI api, with Redux for state management.
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
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