MWS Restaurant Stage-2 Getting Started Instructions Clone this server repository. Start the API server Go to folder 'server' npm install npm install sails -g node server Start the app Go to folder 'client' Run with python -m SimpleHTTPServer 8000 or python3 -m http.server 8000` Open in browser http://localhost:8000