Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 276 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 276 Bytes

KLR

To get started, clone the project and install the dependencies:

yarn

After that, start up Webpack Development Server:

yarn start

To build a production bundle run:

yarn run build

After that you will have a ready to deploy bundle at /dist