Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 535 Bytes

File metadata and controls

31 lines (23 loc) · 535 Bytes

vietnam-lunar-calendar-electronjs

Viet Nam Lunar Calendar by Vilinga Team

Installation

npm install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or

npm run dev

Packaging

To generate a project package run package

npm run package