I installed the bower, gulp but I do not know which file to edit [closed]

0

I bought an internet theme called FUSE ANGLE JS at documentation it, he explains that I should install npm, bower, gulp and etc ... then he asks me to run the following command gulp serve , and then some page from the beyond is loaded on the server with a header, sidebar and a span "Hello, I'm a sample page!" the problem is that I do not know where that .html file it loads, much less the .css.

Basically, the structure of my project looks like this:

Does anyone have a help? Thanks!

    
asked by anonymous 24.11.2016 / 02:34

1 answer

1

Take a look at index.html, search for the import of routes or something like that, in that file, you will see the name of the html that renders the page you need.

PS: I suspect you find what you are looking for in this theming     

24.11.2016 / 14:17