Project

Developer

  • Moreno Peralta Angel Eduardo.

Comands

  1. Install npm dependencies:
npm i
  1. Install babel:
npm i -D babel-loader @babel/core @babel/preset-env
  1. Install webpack and the style loaders:
npm i -D style-loader css-loader webpack webpack-cli
  1. Install copy-webpack and html-webpack-plugin.
npm i -D -E html-webpack-plugin copy-webpack-plugin
  1. Install the webpack-dev-server
npm i -D webpack-dev-server
  1. Install sass, sass-loader and node-sass
npm i -D sass sass-loader node-sass
  1. Install the file-loader dependence
npm i -D file-loader
  1. Install Style checker:
npm i -D eslint eslint-loader standard