Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 358 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 358 Bytes

Halation

Halation is integrated with caching, lazy load component features and aims to build high scalable, plugin-able and easy configurable React application.

How to start

# install deps
$ yarn bootstrap

# build halation-core dist
$ yarn watch

# start run storybook
$ yarn storybook

How to publish

$ npm run version