IceTrae / apm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Open a command prompt in the project's root directory (APM)

  2. Type: npm install This installs the dependencies as defined in the package.json file.

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.

About


Languages

Language:TypeScript 52.5%Language:HTML 38.5%Language:JavaScript 7.9%Language:CSS 1.0%