Skip to content

agnostechvalley/npm-for-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm for Scripting

Not just for dependency management.

Using

Development Mode

This will start up the Redis server and Nodemon for development.

npm run dev

"Production" Mode

This will start up the Redis server and start the app in a single process like it would run in production.

npm start

Running Tests

This will lint first and run tests if the linter passes.

npm test

Running Linter Only

To run the linter only.

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published