A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Can I run .jade files directly in a browser?

Best Answers

Run the jade compiler with watch enabled. This will compile jade to HTML automatically when the jade files change. Then you can refresh your browser after making changes to your jade files, and the changes will appear. read more

npm install jade Also don't forget that you need to install other dependencie like express, nodemailer, etc (see requires in the source code). Then run the app using. node app.js And the application should by available on http: //localhost/3000. All Jade templates will be correctly rendered and displayed as HTML. read more

Encyclopedia Research

Related Facts

Image Answers

Further Research