Laassari / task2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This a repo for a task to build a one page website

This project uses webpack to do the following:

  • minify HTML
  • minify and autoprefix CSS
  • minify and uglify JavaScript
  • inline critical styles
  • change the hash in the name of CSS and JS files everytime their content change ( for caching )

To get started

clone the repo:

git clone https://github.com/Laassari/task2.git

cd task

install the dependencies

npm install

run the develompent server

npm run start

or build the project

npm run build

About


Languages

Language:HTML 64.6%Language:CSS 28.7%Language:JavaScript 6.7%