vincilbishop / meta-analytics-boilerplate

A boilerplate Typescript project for meta analytics research.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A boilerplate Typescript project for meta analytics research.

License:MIT License


Languages

Language:TypeScript 84.1%Language:HTML 8.4%Language:JavaScript 6.9%Language:SCSS 0.6%