This is only the frontend for cozy.nyc the backend can be found here cozy-api
yarn installyarn devThe first time it may take a little while to generate the first webpack-assets.json and complain with a few dozen [webpack-isomorphic-tools] (waiting for the first Webpack build to finish) printouts, but be patient. Give it 30 seconds.
yarn build
yarn startThe project uses Jest to run your unit tests.
To run the tests in the project, just simply run npm test if you have Chrome installed, it will be automatically launched as a test service for you.
Discord - https://discord.gg/3WSA2SG
Special Thanks to @bertho-zero for providing https://github.com/bertho-zero/react-redux-universal-hot-example
