Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,You will have to place the folders into your web server and reference them from your HTML. e.g.<!DOCTYPE html><html> <head> <link rel="stylesheet" href="../next/dest/css/next.css"> <script src="../next/dest/js/next.js"></script> ...