Skip to content

yoksel/project-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project scaffold

My simple scaffold for small projects. Curently project under construction.

Usage

★ Run & watch

Run server and watch changes in HTML, CSS and JS files.

npm start

★ Optimize images

Images (.jpeg, .png, .svg) will taken from src/img, optimized and placed to assets/img.

npm run img

★ Build project

Copy HTML-files and assets/ to build/.

npm run build

★ Deploy

Publish project to GithubPages.

npm run deploy

★ Check

Check files with editorconfig-tools.

npm run check

★ Fix

Fix files with editorconfig-tools.

npm run fix

About

My simple scaffold for small projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published