Skip to content

headstartcms/FD-Implants-Slider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finest Dental Landing Pages SASS,GULP & Panini Templates:

  1. cd into the finest-dental and run npm install in your terminal - this command installs packages listed in the package.json file and any packages that it depends on. Packages are installed in the node_modules directory. a. Please do not modifiy anything in the node_modules directory. Note: the node_modules directory is not kept in source control.
  2. To start your project, make sure you are in the Pattern Library folder and run gulp to start the “default” gulp task and bring up the local BrowserSync server. This step will also create the dist folder for you, run the Gulp tasks specified in the gulpfile.js file, and watch for file changes. When changes are ready to be comiited, stop the default gulp task, and commit to source control.
  3. Your finished static mini site will be created in a folder called dist, viewable at this URL: http://localhost:3000
  4. To create compressed, production-ready assets run gulp build. This will delete everything in the dist folder and recreate all of your complied files. Never make updates directly into the dist folder as these files get overridden each time. Note: The dist folder is not kept in source control.
git clone https://github.com/kyledesousa87/FD-Implants-Slider.git
cd finest-dental-google-landing
npm install
gulp
gulp build

Additional Resources:

About

Finest Dental Implants Slider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • HTML 37.7%
  • JavaScript 11.4%