ZhuQinglei / REST_DEMO

Sample code for Restful request with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST_DEMO

Sample code for Restful request with TypeScript


Get Started

  1. Download Node.js: https://nodejs.org/en/
  2. Open Terminal, go to a location where you want to clone the project: git clone https://github.com/ZhuQinglei/REST_DEMO.git
  3. go to the project folder: cd REST_DEMO
  4. Install dependencies: npm install
  5. Compile: webpack
  6. Run the app by opening index.html in the browser

About

Sample code for Restful request with TypeScript


Languages

Language:TypeScript 81.5%Language:JavaScript 13.3%Language:HTML 5.2%