- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
In this exercise, I write a few practical tests for JavaScript functions using the Jest library
This project focuses only on
linters
and.gitignore
. and JS or Server are included in this repo.
Client
Server
Use webpack to bundle JavaScript.
- [Use webpack to bundle JavaScript.]
- [Use ES6 modules to write modular JavaScript.]
- [use proper ES6 syntax.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you are a new developer and would like to have a basic project to start practicing your code or creating your first project Using the most receent version of javaScript ,HTML and CSS : Cloning this project will give you what you need!
To get a local copy up and running, follow these steps: npm run dev or npm start to start this app.
In order to run this project you need:
- Have npm installed in your project:
curl -qL https://www.npmjs.com/install.sh | sh
Clone this repository to your desired folder:
https://github.com/Gardimy/Webpack_setup
or
https://github.com/Gardimy/Webpack_setup
<-- Only if you have SSH keys configured on your GitHub account.
run the npm install
command in your console.
To run the linters before committing any changes to your code, execute the following commands:
npx hint .
npx stylelint "**/*.scss"
<--NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace "**/*.scss"
with "**/*.{css,scss}"
in line 48 of the .stylelintrc.json
file, and run the linter with:
npx stylelint "**/*.{css,scss}"
instead.
π€ Gardimy Charles
- GitHub: @Gardimy
- Twitter: @gardyelontiga45
- LinkedIn: Gardimy charles
- Use webpack to bundle JavaScript.
- Use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.
I would like to thank microverse for teaching me this Skills
This project is MIT license licensed.