erin-m-keller/meta-insight

Setup indexRoute for homepage

Closed this issue · 0 comments

The controller indexRoute will need to be added and setup to redirect the visitor to the main page on navigation to the root folder.

A public folder will need to be created to store assets such as the styles file and any javascript file. A styles file will need to be created in the public folder.

The server.js at the root will need to be setup to pull static files from the public folder. It will also need to be setup for sessions.