What is NPM ?
NPM- Node Package Manage.
It is a world largest software libary.
It is open source the developers are use this software and run script.
It is a managing the dependencies your project.
What is NPX ?
NPX- Node Package eXecutes
It is a command line utility the bundled with NPM.
Its verision is 5.2.0.
NPX is primary purpose for the allow of the developer executes the node.js package is directly npm.
Its need for prior global or local installation.
What is the CRA ?
CRA- Create React App
Create React App is the command line tools offically.
The react team are help to set up a new react projects with good default configuration.
What is the VITE ?
VITE is a modern javascript built up the designed tools help the faster and learner development the experience for web project.
Top comments (0)