Skip to content

zeenainali/friday-static-DS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

It uses:

  • SCSS with linting and autoprefixer
  • JavaScript with webpack using babel and linting
  • html partials and minify with post-html
  • browser-sync

The compiled files will go to the directory "/dist"

  • from src/scss to dist/index.css
  • from src/js to dist/bundle.js
  • from src/views to dist/

Getting Started

  1. Install dependencies
npm install
  1. Build resources
npm run build
  1. Watch for changes
npm run watch

Run prettier to format the scss code

for all files: npx prettier --write . npx prettier --write */.scss

Run StyleLint to check errors in the scss code

npx stylelint */.scss

Information about root files

.pre-commit-config.yaml
  • Have configs of pre commit hooks
.stylelintrc
  • Have standard configurations of liniting
  • some custom pre defined rules can be over ride

About

Included all the static (HTML/SCSS) components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published