/meta-analytics-boilerplate

A boilerplate Typescript project for meta analytics research.

Primary LanguageTypeScriptMIT LicenseMIT

meta-analytics-boilerplate

A boilerplate Typescript project for meta analytics research.

Console Quick Start

  1. Install Node.js v12.x
  2. From inside the console/ directory, execute npm install
  3. Open the Console.code-workspace file with vscode.
  4. Install recommended vscode plugins
  5. Run the question1.spec.ts file as demonstrated below.

Screenshot

Web Quick Start

  1. Install Node.js v12.x
  2. From inside the web/ directory, execute npm install
  3. From inside the web/ directory, execute npm run start
  4. Open the Web.code-workspace file with vscode.
  5. Install recommended vscode plugins
  6. In your browser visit http://localhost:4200.

Screenshot