navingator / northwind-web-test

Uses Northwind database for web development testing
MIT License
1 stars 1 forks source link

Move Frontend Node Modules from node_modules folder #11

Closed navingator closed 7 years ago

navingator commented 7 years ago

Currently, we serve the node_modules folder statically. We should instead move required libraries to /public/lib and update index.html to look to these.

navingator commented 7 years ago

Closed in d4b818e