Skip to content

Latest commit

 

History

History
executable file
·
20 lines (11 loc) · 762 Bytes

getting-started.md

File metadata and controls

executable file
·
20 lines (11 loc) · 762 Bytes

Getting started

Before anything else there are a few things it's important to know.

Technology

This application is written in NodeJS in the ExpressJS framework. It also contains some additional code written in plain Node.

While you don't need to know either to create a prototype it's worth noting any code needs to be valid JavaScript. If you do write your own code you should also look to the documentation for Node and Express for guidance.

How to work

When building a prototype you'll be doing the following:

  1. creating templates to render a HTML page
  2. writing CSS to style those pages

Advanced

  1. creating custom routes