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 a project setup is rarely easy. Luckily, we have a quick script that can do the work for us.
Running > npm run setup
will do the following:
- Install package dev dependencies
- Create an output directory called "dist"
- Install "concurrently" & "browser-sync" globally
- Run our app in the browser
You'll find this "setup" script located in your package.json.
We'll be installing a lot of scripts from terminal. You may also want to consider installing the atom package "platformio-ide-terminal", which provides a terminal inside your editor.
The "single source of truth".