Skip to content

Files

Latest commit

fd1037f · Nov 7, 2017

History

History
9 lines (6 loc) · 623 Bytes

README.MD

File metadata and controls

9 lines (6 loc) · 623 Bytes

Progressive Web Apps - Complete Guide

This source code is part of Rohan Thorat's "Progressive Web Apps - Instagram clone".

How to Use

You need Node.js installed on your machine. Simply download the installer from nodejs.org and go through the installation steps.

Once Node.js is installed, open your command prompt or terminal and navigate into this project folder. There, run npm install to install all required dependencies.

Finally, run npm start to start the development server and visit localhost:8080 to see the running application.