Introduction
This document aims to explain the best way to work with the product and its components.
- All the best and enjoy coding.
Getting started tips
- Do not start from scratch, use an existing asset and modify it to learn how it works.
- Explore the sources for ideas and sample code.
- Use Firebug or Chrome Developer Tools to find bugs on your website. Using one of those tools will help you to save time analyzing the site and finding elements structure, like classes, id or tags
- Quick tip: open your site with Chrome, press F12 and go to console tab, reload your page and if something goes wrong you will see your page errors in red text.
- In case of errors, someone might have seen it too, you can try a Google search for a quick fix.
Technologies used
This template is based on the following technologies. Follow the links for each one of them in order to get more information:
The project is based on Bootstrap 4
Language used: JavaScript, SCSS and HTML
NPM dependency manager