Skip to content

williamswgb/exam-wishes-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material-UI - Example Project

This is an example project that uses Material-UI.

Installation

After cloning the repository, install dependencies:

cd <project folder>/material-ui/example
npm install

Now you can run your local server:

npm start

#Description of Gulp Plugins

##browserify Browsers do not allow us to use the require method from Node.js. With browserify, we can implement dependency management on the browser. It also will bundle the code into one file in an efficient way to not repeat dependiencies that are used more than once.

##browserSync When developing and testing the website, browserSync is a powerful tool that will rebuild and refresh the webpage so you can see the changes you make as you are working.

##markup Copies all of the files from /src/www to the build folder.

##gulp_starter A useful repository that explains how many of gulp's features work and contains an example project to get familiar with it. We use this example to construct our own project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 13.4%
  • CSS 1.1%