/products-api-site

Products-API Site

Primary LanguageJavaScriptMIT LicenseMIT

CD CI

Products Site

🍵 Introduction

Products-API-Site is a Front-end for the Products API project.

Products-API Products-API Site
For more information about the API check here Check out the website

🏁 How To Start

  1. Clone this repository:
git clone https://github.com/sandersgutierrez/products-api-site.git
  1. Install Nodejs. Go link for install NVM
nvm install --lts
  1. Set it a node version as default for project. This use .nvmrc file to set a node version as default
nvm use
  1. Install dependencies
npm install
  1. Run application
# Dev Environment
npm run dev

🐺 Author

🔓 License

This project is open-sourced software licensed under the MIT licence.