The main idea of the web application is to develop a todo app for simple and quickly creation daily tasks. This repository can also serve as a template for creating a modern web application.
- Install
Node.js
; - To configure the environment, the following commands were executed:
npm init
npm install --save-dev eslint
./node_modules/.bin/eslint --init
npx install-peerdeps --dev eslint-config-airbnb-base
npm i webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev mini-css-extract-plugin
npm install -D babel-loader @babel/core @babel/preset-env webpack
npm install eslint-loader --save-dev
npm install --save-dev css-loader
npm install webpack-dev-server --save-dev
npm install sass-loader sass webpack --save-dev
npm install file-loader --save-dev
npm install copy-webpack-plugin --save-dev
- HTML & CSS & JavaScript
- NPM;
- Webpack;
- Babel;
- SASS;
- EditorConfig;
Mikhail M. - Software Engineer;
This project is licensed under the MIT License - see the LICENSE.md file for details.