git.fiddlerwoaroof.com
Raw Blame History
# Documentation Site Demo A demo of Routedux in a real project. ## To run: - `yarn` - `yarn start` ## Development: If you want to work on Routedux, it is helpful to have a working site when experimenting. To make sure you always have the most recent changes of Routedux, follow these steps: - `rm -rf node_modules/routedux` - `ln -s $PWD/../.. node_modules` - `cd ../.. && yarn watch`