Learning how to set up tachyons and styled-components for a react project
git clone https://github.com/LawEKS/tachyon-components.git && cd tachyon-components
then
npm install
To build and watch tachyon stylesheet changes run:
npm run postcss:watch
To build and watch react file changes run:
npm start