Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 408 Bytes

Usage

Run npm i at first and then you can use these commands below.

  • npm start
    • Start building and watching src/*.
    • Open http://localhost:3333.
  • npm testing
    • Start testing and watching src/scripts/*.
  • npm run build
    • Build sorce code with production mode.

There are more commands defined here.