This is a template using React + Compiled + Twin.Macro, with typescript support. The source is transpiled via Babel and then bundled together with Webpack.
Before anything, run:
npm installto install all the dependencies.
To start development server:
npm run devTo build the project:
npm run build