A simple React + Redux implementation. This will be turned into a free video series once the app is totally fleshed out.
First npm install to grab all the necessary dependencies.
Then run npm start and open localhost:7777 in your browser.
- add favicon.ico (image/x-icon)
- .gitignore: idea/
- twitter-bootstrap: npm install react-bootstrap --save
- link href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"
- mv main.css main.styl
- add .babelrc: react, es6
- npm i --save babel-preset-es2015 babel-preset-react
- add and integrate more, more
- continue improving
- From Redux git repository https://github.com/reactjs/redux/tree/master/examples/counter
- Add to current softPhone App
- copy counter/reducers/index.js to reducers/index.js: counter()