# ng2_web_worker_starter_pack **Repository Path**: mirrors_andyglick/ng2_web_worker_starter_pack ## Basic Information - **Project Name**: ng2_web_worker_starter_pack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ng2 WebWorker Starter Pack This is a starter pack for building Angular 2 applications with WebWorker support. It provides a jumping off point from which you can base your project. # Getting Started To start clone the repo, and run `npm install`. Then run `npm run tsc`. This will compile the TypeScript files, and watch for changes. In a seperate terminal window run `npm start`. This will start up a local webserver and open your browser to the demo page. # Modifying the app The app runs on a WebWorker but it doesn't do anything interesting. To make it your own start editing the component controller: `src/app/component.ts`. Here you can add your own code without fear of blocking and start playing around with WebWorkers! # Overview For reference, this image shows you which files runs on the WebWorker vs. the UI. ![Design Overview](http://stanford.edu/~jteplitz/angular/Starter%20Pack%20Overview.jpg)