Install dependencies: npm install --save-dev jest npm install parcel-bundler --save-dev Usage commands: Execute web-sever local parcel: npm start Run unit tests continuously --watch: npm test Run unit tests only once: npm run test-once