Just run:
$ npm install
-
- Create all the HTML file in
./templates
, putting all the styles inside the tag. You have a sample in the commented directory.
- Create all the HTML file in
-
- Run the following (where index is the file name without the
.html
):$ node app.js index
- Run the following (where index is the file name without the
-
- The result (if everything goes OK) will be at
./dist
with the same file name.
- The result (if everything goes OK) will be at