Skip to content

mdziedzic/hr-cohortinator

Repository files navigation

HR Cohortinator

This is a project I completed as a student at Hack Reactor Remote Beta during a 2-day solo sprint as a means to experiment with Angular2 (beta) and TypeScript.

alt tag alt tag

Getting Started

Prerequisites

Developing

  1. Run npm install to install dependencies
  2. Run npm start to run both the server and the compiler (to convert TypeScript files to JavaScript files), both in "watch" mode
  3. Run npm run tsc to run the TypeScript compiler once
  4. Run npm tsc:w to run the TypeScript compiler in watch mode which keeps an eye out for any changes to TypeScript files and recompiles them as necessary
  5. Run npm run lite to run the lite-server, a light-weight, static file server with support for Angular apps that use routing
  6. Run npm typings to run the typings tool
  7. npm run postinstall is called by npm automatically after it successfully completes package installation.

About

Hack Reactor Remote Beta Cohort and Pair Programming Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published