Skip to content

Latest commit

 

History

History
executable file
·
65 lines (53 loc) · 2.22 KB

readme 2.md

File metadata and controls

executable file
·
65 lines (53 loc) · 2.22 KB

Express Server

A simple but useful express example showing how to create routes, not found pages, serve static files, render data in templates, post data with forms, upload images, and delete things with an XHR (or Fetch).

Install

npm:

git clone [email protected]:cmda-be/course-17-18.git
cd course-17-18/examples/express-server
npm install
npm start

Changes

The following commits show how this example was created:

License

MIT © Titus Wormer