A simple project to show how everybody can make loaders in css.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
For this project you must have nodeJS in your OS
You can verify if you have node using this commands in your terminal:
node -v
After you complete all the prerequisites of the project, you must located inside the project folder and execute this command in your terminal:
npm install
This command generated all the modules, plugins, dependencies that we need to have our workstation ready
Well, after you have all the requirements and you want to start, you must execute this command, to check how it works the different loaders:
```
npm run dev
```
This project is licensed under the MIT License - see the LICENSE.md file for details