/npm-intro

The core of this project is to understand what NPM is and how you can import your dependencies correctly.

Primary LanguageJavaScript

npm-intro

The core of this project is to understand what NPM is and how you can import your dependencies correctly.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Authors

About The Project 📖

What are the main objectives in this project?

  • Understand that it is a dependency manager.
  • Understand what NPM is and what its fundamentals are.
  • Improve your knowledge in Javascript in professional work environments.
  • Improve your knowledge regarding Javascript Modules.
  • Understand how to use third party libraries and packages in your project.

Built With 🛠️

Getting Started 🚀

Clone the repository

git clone https://github.com/fab-rvn/npm-intro.git

Prerequisites 📋

Have a node and npm installed in your machine to check it just type

 node -v
 npm -v

installation 🔧

Once you have all installed just type

npm install

After that you can start test your code with the command

 npm run test

Contributing ⛑

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project (https://github.com/fab-rvn/npm-intro)
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Author ✒️