1.0.0 • Published 3 years ago

cs-image-sdk v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Introduction to Object-Oriented Programming in TypeScript

Steps to Run the Code

  1. Run npm install at the command-line from the root of the solution directory (where the package.json file lives).
  2. Run npm run webpack:w to start the TypeScript build process in a command window. This will compile all of the TypeScript files and generate .js and .map (for debugging) files. A watcher will also be created to monitor any changes in the .ts files. Leave the command-window open while doing development work.
  3. Run npm start in a separate command window. This will launch a local web server and browser.

Note: When you're done running the code press ctrl+c in each of the command windows you opened above to stop the running processes.