/mws-restaurant-stage-1

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

Primary LanguageJavaScript

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