/typescript-starter

Typescript. Starter Project

Primary LanguageTypeScript

@fireflysemantics/typescript-starter

Use

git clone git@github.com:fireflysemantics/typescript-starter.git <project_name>
cd <project_name>
npm run install-all
npm test

Select a Script

cmd + shift + p

Run the Build

Keys mapped to npm run build

cmd + shift + b

Project Structure

The src directory holds the Typescript and test (.test.ts or .spec.ts) files.

The dist folder contains the built Javascript files.

Happy Coding!