This is my github repository for the Mobile Web Specialist Nanodegree Project @ udacity.com
My progress within the nanodegree:
- Stage 1
- Stage 2
- Stage 3
To get this project on your local machine, simply clone or download the project from my repository. If you wanna run the the project, follow the next steps.
Python 2.x, 3.x You need to install python on your local machine via https://www.python.org/ If you are using a mac, you already have python version 2 installed.
Backend-Server In order to succesfully get backend-data, clone this project https://github.com/udacity/mws-restaurant-stage-2 and follow the steps that are noted withing the readme.md
If you wanna run the project you have 2 options.
You can either run the unminified - dev version via the dev
folder or you can run the minified production version via the dist
folder.
Depending on which version you wanna run you'll have to cd/ls
into either the dev or dist directory.
If you are using Python 2.x
python -m SimpleHTTPServer 8000
If you are using Python 3.x
python -m http.server 8000
You can change the the port (8000) to whatever you like
Then open your browser and navigate to http://localhost:8000
- Grunt as a building script
- Nodejs&Sails on the backend-server
- Lots of coffee ;-)
Unfortunately you cannot contribute, as this is for my nano-degree
- Michael Alexander - student
I'd like to thank
- Nespresso for delivering my energy
- My cats for keeping the keyboard and my hands warm, by sitting on them
- Udacity for giving me the opportunity to be part of the nanodegree
- Google for paying for my scholarship :-)