- Use underscores for seperating words in filenames example and lowercasing only
line_graph.jsordashboard.js
- Put all CSS(Cascading Style Sheet) into the
src/<component>/cssFolder the naming should becss/<component>/feature_name.css - Put all Javascript files into the
src/<component>/jsFolder the naming should bejs/<component>/feature_name.js - All HTML Files are put directly into the
src/<component>/Folder named assrc/<component>/feature_name.html
<component> is the name of your component you are working on.
- Bootstrap bootstrap
- We will use Charts.js for visualizing Data chartjs