Skip to content

webrolls/webpack-js-jquery-project-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Javascript Project Setup Using Nodejs

This is a simple plain Javascript boilerplate project setup.
If you are looking to setup your Javascript project using following then this git repo might help you.

  • webpack, webpack-dev-server
  • babel for ES6 or es2015 and
  • jquery
To get started, follow the steps below and witness the awesomeness!!!

  1. Open command prompt on your windows machine OR launch terminal on Mac
  2. Create your project folder say 'projects'
  3. Go to folder 'projects' and clone the reposiory...

  4. git clone git@github.com:webrolls/webpack-js-jquery-project-setup.git
  5. you will see 'webpack-javascript-project-setup' folder under 'projects' folder.
  6. now goto 'webpack-javascript-project-setup' folder and run..

  7. cd webpack-js-jquery-project-setup
    npm install
  8. Once all the dependencies are installed, build the project to deploy it on localhost by running following command...

  9. npm run build
  10. Once its complete sucessfully you will see following message

  11. webpack: Compilied successfully. 
  12. Open web browser of your choice and launch...
  13. http://localhost:8080/
  14. Done!

Please let us know your feedback.

Thank You!
Webrolls