Skip to content - viewsController.js
- get request parameters
- search the database
- render the appropriate page with the data
- viewRoutes.js
- add the route with appropriate params, and associate it with the controller from views controller
- _sideNav.pug
- add a link on the side name
- <new page>.pug
- create the new page (but try it out in sass first)
- index.js in PUBLIC
- initalize form
- set up event listeners
- <new page>.js ( in PUBLIC)
- event listeners for clicking, updating, etc in form
- bundle.js
- run this script (or watch if local), however, need the new bundle for upload
- bundle.js.map (from build in JMJ)
- style.css (copies from JMJ card Sass project)
Related