Skip to content

aOpenbrier/munchthai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Munch Thai Logo

Munch Thai Food & Sweet Tea

Restaurant website & build tools

Deployment

Deployed: Munchthai.com Development Build: GitHub Pages

Development setup

Project uses Nodejs to execute JavaScript at command line interface.
Check for Node at command prompt:

node --version

If you haven't already, install Node.js

Clone the repository then run npm i at CLI in project directory

From within the src folder you can run the following gulp commands:

  • gulp css - Auto-prefix and minimize css from src/stylesheets folder to public/assets/css folder
  • gulp javascript - Transpile code to es5 and minimize JavaScript from src/js to public/assets/js folder
  • gulp deploy - Deploy public folder to GitHub Pages. Note: Must have access to repository to commit.

Technologies Used

  • Node.js - Execute JavaScript outside of the browser
  • Gulp.js - Streaming build system for front-end development
  • Sass - Syntactically Awesome Style Sheets. CSS pre-processor

Author

Adam Openbrier
Website
GitHub

About

Restaurant website and build tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published