The smallest accelerator project for rapid prototyping in browser.
I've included Purgecss and cssnano to optimize CSS for production.
To build an optimized version of your CSS, simply run:
# Using npm
npm run production
# Using Yarn
yarn run productionAfter that's done, check out ./public/build/styles.css to see the optimized output.