Whtneyas / 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.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

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

License:MIT License


Languages

Language:EJS 47.6%Language:CSS 27.8%Language:JavaScript 24.6%