Skip to content

pratd/NPM-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM-basics

This project consists of basic usage of dependency manager NPM. It is highlighted using a short project

At first, NPM is installed using NODEjs from GET NODE.js

After downloading and install Node.js install check if npm exists; node -v

and

npm -v After that install webpack (It is the module bundler)

npm install --save-dev webpack Coninuing from that,create a src directory containing the index.js file. Do this after you have isntalled webpack; npm run build

optional:-

You could further install webpack server as highlighted here; Get webpack-server-dev

Get moment.js from here. Change the required webpack.config.js and see the results

About

Small project highlighting the uses of NPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published