GithubHelp home page GithubHelp logo

bhujoshi / sass-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ponarunkumar/sass-starter

0.0 1.0 0.0 7 KB

A starter template for building websites using Sass.

License: MIT License

CSS 96.76% HTML 3.24%

sass-starter's Introduction

Sass Starter

A starter template for building websites using Sass.

What is this?

I constantly find myself starting web development projects with the same needs. Setting up an entire build process can be time-consuming and exhausting. This repository contains all of the necessary tools to start a simple web project with Sass, including:

  • Basic HTML document utilizing the latest design and development standards
  • Sass CSS pre-processor
  • Automatically added vendor prefixes via Autoprefixer
  • npm script to build, minify, and watch source files
  • Simple CSS base styles to start developing faster

Installation

Several quick start options are available:

Usage

Sass Starter uses a simple npm script for its build system. To install, you must first download and install node.js (which includes npm). npm stands for node packaged modules and is a way to manage development dependencies through node.js.

Then, from the command line:

  1. Navigate to the root /sass-starter/ directory, then run npm install. npm will look at the package.json file and automatically install the necessary local dependencies listed there.
  2. Run npm start to build the Sass source files.

Commands

npm start (Compile CSS)

Regenerates the css/ directory with compiled and minified CSS files.

npm run watch (Watch)

Watches the Sass source files and automatically recompiles them to CSS whenever you save a change.

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.