Final stage of the Restaurant Reviews challenge for Udacity's Mobile Web Specialist Nanodegree.
Site is:
- Fully responsive
- Offline capable
- Fully accessible
More details: Project Rubric.
https://restaurant-reviews.glitch.me/
Open your terminal and run the following commands:
npm i
npm i sails -g
npm start
In another terminal window:
npm run serve
Visit http://localhost:8000 in your browser.