A CodeRoad tutorial for learning Redux.
CodeRoad is an open-sourced interactive tutorial platform for the Atom Editor. Learn more at CodeRoad.io.
-
install the tutorial package
npm install --save coderoad-redux-js
-
install and run the atom-coderoad plugin
Getting your project directory setup.
- Install package dependencies
- Create an output directory called "dist"
- Install "concurrently" & "browser-sync" globally
- Run our app in the browser
You may want to consider installing the atom package "platformio-ide-terminal", which provides a terminal inside your editor.
The "single source of truth".