Giter VIP home page Giter VIP logo

malaya2184's Projects

afla icon afla

An intelligent spam SMS prediction system using python.

algo_ds_notes icon algo_ds_notes

It is a repository that is a collection of algorithms and data structures with implementation in various languages.

book_now icon book_now

WE ARE CREATING A WEBSITE THROUGH WHICH YOU CAN BOOK HOTEL, FLIGHT, TRIPS ... ETC. THIS IS ONLY THE FRONTEND DESIGN BY USING HTML ANS SCSS.

js100 icon js100

hey there.. My name is Malaya Kumar Swain... In this repo I am going to build 100 cool projects using HTML CSS scss and JAVAscript.. If any one want to join or have any doubt Dm me on Ig- https://instagram.com/malayakumar.swain.1

npm-scripts-for-scss icon npm-scripts-for-scss

/*npm install*/ first initialize npm with package.json npm init then install the node sass npm install node-sass --save-dev if already have the package.json initialized with node-sass then just run npm install for install live server globally npm install live-server -g for watching the css changes "watch:sass": "node-sass sass/main.scss css/main.css -w" for run live server "devserver" : "live-server" for run all npm scripts first install npm install npm-run-all --save-dev then the scripts "start" : "npm-run-all --parallel devserver watch:sass" then build process first compile the sass to compile css file "compile:sass": "node-sass sass/main.scss css/main.comp.css" then install the concat package npm install concat --save-dev then concat the css file "concat:css": "concat -o css/main.concat.css css/main.css" the add prefixer for all browser first install prefix package npm install autoprefixer --save-dev then run to autoprefixer we need postcss npm install postcss-cli --save-dev then add prefix css "prefix:css": "postcss --use autoprefixer -b 'last 10 versions' css/main.concat.css -o css/main.prefix.css", then compress all the css file "compress:css": "node-sass css/main.concat.css --output-style compressed" the build script "build:css" : "npm-run-all compile:sass concat:css prefix:css compress:css" it will look like "watch:sass": "node-sass sass/main.scss css/main.css -w", "compile:sass": "node-sass sass/main.scss css/main.comp.css", "concat:css": "concat -o css/main.concat.css css/main.css", "prefix:css": "postcss --use autoprefixer -b 'last 10 versions' css/main.concat.css -o css/main.prefix.css", "compress:css": "node-sass css/main.concat.css --output-style compressed", "build:css" : "npm-run-all compile:sass concat:css prefix:css compress:css" then run npm run build:css

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.