a bare skeleton Phenomic theme
includes a minimal Redux implementation in src/redux.js, based on the Ducks format (implementation in the src/components/Header component)
this was only designed for my own personal use, but I hope it may be useful enough for you to use
if you notice any errors or areas that can be improved (or removed!) feel free to create an issue or a pull-request
Rename 'config.example.js' to 'config.js' and populate with your own values before running!
npm install
npm start
npm run build