Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 690 Bytes

File metadata and controls

27 lines (17 loc) · 690 Bytes

Hi

This is a template using React + Compiled + Twin.Macro, with typescript support. The source is transpiled via Babel and then bundled together with Webpack.

Getting Started

Before anything, run:

npm install

to install all the dependencies.

To start development server:

npm run dev

To build the project:

npm run build

JavaScript Style Guide