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
- Open command prompt on your windows machine OR launch terminal on Mac
- Create your project folder say 'projects'
- Go to folder 'projects' and clone the reposiory...
- you will see 'webpack-javascript-project-setup' folder under 'projects' folder.
- now goto 'webpack-javascript-project-setup' folder and run..
- Once all the dependencies are installed, build the project to deploy it on localhost by running following command...
- Once its complete sucessfully you will see following message
- Open web browser of your choice and launch...
- http://localhost:8080/
- Done!
git clone git@github.com:webrolls/webpack-js-jquery-project-setup.git
cd webpack-js-jquery-project-setup
npm install
npm run build
webpack: Compilied successfully.
Please let us know your feedback.
Thank You!
Webrolls