Skip to content

hacodeml/hacodeml.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Personal portfolio

This project is my personal portfolio, which I continously update, I used the following technologies: HTML5, CSS3, Javascript, Webpack, Sass.

For the styling I followed BEM naming convention.

Install depedencies and run de project in development

    npm i
    npm run dev

Create our npm package manager

    npm init -f

Webpack dependencies used

link

npm install webpack --save-dev
npm install webpack-cli --save-dev
npm install --save-dev webpack-dev-server
npm install --save-dev webpack-merge

Loaders used in this project

npm install --save-dev css-loader
npm install style-loader --save-dev
npm install sass-loader node-sass --save-dev

Plugins

npm install --save-dev html-webpack-plugin

Webpack configuration

I configured Webpack for devevlopment and production using webpack-merge

About

My personal portfolio, using webpack, sass, css, html, under BEM naming convention.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published