/task2

Primary LanguageHTML

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