Skip to content

princeOprince/node-automating-with-npm-scripts

 
 

Repository files navigation

Automating Tasks with NPM Scripts

This project involves creating npm scripts to automate repetitive tasks. Scripts can help to improve developer productivity.

In this project, scripts were created:

  • to automate the build process
  • to find and fix lint errors
  • to run the application.

Type npm i and npm start to run the application.

Project reference

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Dockerfile 2.4%