-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and Files
Connor Duffy edited this page Aug 15, 2021
·
2 revisions
routes help navigate the websites file and folder directory. If you need to modify what page is rendered for a path use the routes folder and files
services help with creating, reading, updating, and deleting data from a datasource.
views are the actual content display of the webpage
partials are the content that will be repeated on several pages
pages are a view that is the compilation of partials, templates, and unique page content for a given web page.
Data contains the JSON test data for projects. this may be replaced by a database in the future