Skip to content

nids0810/nodejs-html-jquery-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS HTML JQuery Boilerplate

Use this teamplate as a boilerplate to build a dynamic HTML website using Node.js, Javascript, Jquery and scss using the Parcel builder in just five simple steps.

  1. Clone the git repo. This will add all the necesary files including the website file under src folder
git clone https://github.com/vipl0ve/nodejs-html-jquery-boilerplate.git
cd nodejs-html-jquery-boilerplate
  1. Run Yarn to install all dependencies
yarn
  1. Build the website using yarn build. This should create a dest folder and all projects files dynamically
yarn build
  1. Create server. This will create a localserver to host the website. This will also watch and update any changes made in the src folder.
yarn watch
  1. Open the localhost mentioned in the termial to view the website live. For example -
$ parcel src/index.html
Server running at http://localhost:1234 
✨  Built in 2.30s.

To learn how to build this project from scratch, check out my medium blog which is coming soon.

About

Build a HTML website with Node.js, Javascript, Jquery, bootstrap, SCSS using Parcel builder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors