simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 223 forks source link

Theme files not working #51

Closed amolc closed 10 years ago

amolc commented 10 years ago

Hello Guys,

It looks like an awesome product. Can you help me know how I can set the theme for it please. The present admin panel shows css

simov commented 10 years ago

Most of the admin's static files are located in express-admin/node_modules/express-admin-static so you need to make sure this folder is present there by executing npm install express-admin-static inside the express-admin folder.

amolc commented 10 years ago

Hi Simov,

The files worked. Thanks again.