Skip to content

Folders and Files

Connor Duffy edited this page Aug 15, 2021 · 2 revisions

Routes

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

services help with creating, reading, updating, and deleting data from a datasource.

views

views are the actual content display of the webpage

partials

partials are the content that will be repeated on several pages

pages

pages are a view that is the compilation of partials, templates, and unique page content for a given web page.

data

Data contains the JSON test data for projects. this may be replaced by a database in the future

Clone this wiki locally