jcdesousa / mws-restaurant-stage-1

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MWS Restaurant

Restaurant Reviews web app for Mobile Web Specialist Certification Course. This project focus on accessibility, responsive design and a seamless offline experience for the users.

Installation

Clone the GitHub repository.

$ git clone https://github.com/jcdesousa/mws-restaurant-stage-1
$ cd mws-restaurant-stage-1
$ npm install

Usage

Development

In development, just run:

$ npm start

Production

In production run:

$ npm run build

Server

To compress and serve static content. Make sure you run stage-2 project on port 1337

$ npm run server

With your server running, visit the site: localhost:4000 to access the app.

Lighthouse Score:

lighthouse score

Contributors

  • JosĂ© Sousa

About

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project


Languages

Language:JavaScript 70.8%Language:CSS 20.9%Language:HTML 8.0%Language:Dockerfile 0.3%