/MWS-Project-One

MWS Mobile Web Specialist Udacity NanoDegree Project.

Primary LanguageJavaScript

MSW -project-stage-1

To run the app on your machine create a local web server.You can make use of python 'http.server' module

python -m http.server 8000 - for python 3
python -m SimpleHTTPServer 8000 - for python 2.7

After running the server , in your browser type localhost:8000 and the web page will be served to you.