I installed Bower, Gulp but don’t know which file to edit

Asked

Viewed 53 times

0

I bought a theme from the internet called FUSE ANGULAR JS, in documentation from him, he explains that I must install npm, Bower, Gulp and so on... then he asks me to execute the following command gulp serve, and then some other page is loaded on the server with a header, sidebar and a span "Hello, I’m a sample page!" the problem is that I don’t know where this . html is that it loads and much less the . css.

Basically, the structure of my project is like this: Estrutura do meu projeto

Can I get some help? Thank you!

  • 4

    Ah, young man, you’ll have to look for it, that’s how it is. If you have the fountain in your hands you don’t know, imagine we only have one screenshot of the structure of the project. A guess for you: look in the file of routes, there will be what you need.

1 answer

1

Take a look at index.html, there look for the route import or something like that, in this file, you will see which html name renders the page you need.

PS: I suspect you find what you’re looking for in this folder theming

Browser other questions tagged

You are not signed in. Login or sign up in order to post.