Skip to content

codingfront/junior-front-end-development-aug2021

Repository files navigation

=======

Junior Front-End Development

Aug2021

By Meisam Azizpour

Very Basic Sass(SCSS) Template.

Prerequisites

  • node
  • npm
  • gulp

Quick Start:

# Browse to project folder
cd /path/to/project/this/folder

# Install browserSync and other dependencies
npm install

# Start server
gulp watch   

# Start server and also minify the created CSS files
gulp min or npm run min (if no global gulp)

#if you don't want to or have gulp installed globally run
npm start

Additional commands

To minify existing CSS files run gulp minify-css or npm run minify-css if you don't have gulp globally installed.

Quick Links

Thanks to @vikrantnegi

Codingfront.dev Junior Front-End Development Bootcamp

If you would like to get in touch with me, feel free to send me an email at mail. meisam949494@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published