Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 362 Bytes

api-proxy

  1. download and install nodejs https://nodejs.org/en/
  2. fork this repo and rename to project name
  3. clone your fork and cd to project folder
  4. npm install
  5. npm run dev
  6. to add another api, edit lib/config/base.json
  7. add your html and project files to the lib/public folder
  8. open browser at http://localhost:1337 to view your project