9d02df5446
implement custom history fix history back / forward actions fix react error fix back / forward actions -> use doChangePath revert history state return page index / location from history stack implement custom history -> react/redux style remove util/createHistory.js tidy up / simplify fix comments |
||
---|---|---|
.. | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
extractLocals.js | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js | ||
yarn.lock |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
npm install -g yarn
(or see https://yarnpkg.com/en/docs/install)- Run
./watch.sh
(this willyarn install
dependencies)