- Clone this repository.
- Run
yarn install
. - Run
yarn run build
.- Here, the dependency of the module is resolved and the built source is created in the dist folder.
- Let's check working.
- Windows
start dist\index.html
- macOS / Linux
open dist/index.html
- Windows