Skip to content

rzgry/Library-Capacity-Backend

Repository files navigation

LibraryCapacityBackend

Setting up VS Code Development Environment

Install ESLint and Prettier vscode extensions

Add the following to your vscode settings

"editor.formatOnSave": true, // run pritter and eslint on save
"javascript.format.enable": false, // disable default vscode javascript formatter
"prettier.eslintIntegration": true, // use eslint with prettier

Getting Started

Install dependencies

npm install

Running in development

npm run dev

Running in production

npm start

Running tests / linting

npm test

npm run lint

About

CS4470 Capstone project - Node.js Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published