Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.5 KB

Workflow Status

at11

Simple web application that fetches daily lunch menus from popular restaurants near ERNI Slovakia office.

Live application is running at http://at11.azurewebsites.net/.

Developer's installation instructions

This is a Node.js powered application writen it TypeScript, so first you need to have Node.js up and running.

  1. Get the source code by either downloading a zip or cloning this repo.
  2. Change into directory with extracted/cloned sources cd path/to/sources.
  3. Execute npm install. This might take a moment as all required dependecies need to be downloaded.
  4. Execute npm start. This will build and start the application.
  5. Navigate your browser to http://localhost:54321 and you should see today's menus.
  6. You can execute npm test to run the tests and linter.

P.S.: Visual Studio Code settings are included in the repo, so if you use it, you are all set up (including debugging). You need to do only first 3 steps, then launch VS Code in that directory (code .), hit F5, lean back and relax...

Contributing

Feel free to fork the repo, make improvements and create a pull request.