This is a to do list implemented using webpack bundler
- Major Languages: JAVASCRIPT, HTML, CSS
- Major Technologies : Git, Github
- npm ( Node Package Manager )
- git and Github Account
Live Link: https://richardoppiyo.github.io/To_do_list_webpack/dist/
To get a local copy up and running follow these simple example steps.
- Open terminal
- Change the directory you want put the repo
- Then run i. git clone git@github.com:richardoppiyo/To_do_list_webpack.git ii. cd repo-name/
-
Webhint linter
npm install --save-dev hint@6.x -
Stylelint linter
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x -
ESLint linter
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-
Webhint linter -
npx hint .on the root of your directory of your project. -
Stylelint linter -
npx stylelint "**/*.{css,scss}"on the root of your directory of your project. -
ESLint linter
npx eslint .on the root of your directory of your project.
- Now runt the following:
npm install- on the root directory of the project to install the required packagesnpm start- on the root directory of the project to start the project
👤 Author1
- GitHub: @richardoppiyo
- Twitter: @blessed_ricky
- LinkedIn: Richard Opiyo
Give a ⭐️ if you like this project!
- To morning session team,reviewers and standup team memebers.
This project is MIT licensed.
