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 install
to install all the dependencies.
To start development server:
npm run dev
To build the project:
npm run build