/progressive-web-apps-2223

The course Progressive Web Apps is about learning to build server side rendered applications. Progressive Web Apps is part of the half year minor programme about Web Design and Development in Amsterdam. Bachelor Communication and Multimedia Design, Amsterdam University of Applied Science.

Primary LanguageEJSMIT LicenseMIT

BIBLE QUOTES - PROGRESIVE WEB APPS

Technologies used

  • EJS templating engine
  • CSS3
  • JavaScript
  • Google sheet API
  • PWA
  • NPM
  • NodeJs
  • Express

Installation

Install Nvm

  1. To install the server you need node and express. You can do that with nvm. Nvm is package installer where you can install different packages. With this code you can install the latest versions of npm and node

     nvm install 19.8.1
    

Cloning repository

  1. Clone the repository by sing this line of code in your terminal

    git clone https://github.com/Whtneyas/progressive-web-apps-2223.git  
    

NPM install

  1. Install the dependencies by runnin this line of code in your terminal

    npm install or npm install all 
    

Staring the server

  1. Start the server by running

    npm run dev 
    

Licencse

This project is licenced under rhte MIT license - see the license for more details

DEMO

https://progressive-web-apps-2223-production-9fcb.up.railway.app/

Resources