/typescript-practice

Primary LanguageTypeScriptMIT LicenseMIT

Typescript

Install dependencies

Run npm install to install node_modules

Development server

Run npm start for a dev server. Navigate to http://localhost:7300/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project