This is the Speedometer 2.0 React TodoMVC example rebuilt with styled-components.
I had to add the babel-plugin-transpile-es2015-template-literals
because Uglify chokes on the tagged template literal syntax.
npm install
- Run a local server from this directory. (You could use
npm i -g http-server
.) - Open the URL pointing to the local server in your web browser of choice.
npm run build