wlee88 / restaurant-template-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example site for restaurants built with Victor Hugo

Deploy to Netlify

homepage of an example restaurant website

This is the repository for the example site featured in the Coding Modern Websites with the JAMstack tutorial.

To install and run the example site locally, here’s what you’ll need:

System Requirements

Usage

Clone this repository and run:

npm install
npm run start

Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes.

To build your static output to the /dist folder, use:

npm run build

License

MIT

About

License:MIT License


Languages

Language:HTML 69.0%Language:CSS 21.8%Language:JavaScript 9.2%