AlefeChorna / solid-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solid-node

Start Application

// install dependencies
yarn

// if you don't have mongodb installed, type the next command to install with docker:
docker run --name mongodb -p 27017:27017 -d -t mongo

// start mongo
docker start mongodb

Clear Jest Cache

yarn jest --clearCache

Update project dependencies

yarn add -D npm-check

Then, run:

yarn npm-check -s -u

OR

yarn lib:check

Select the dependendies and update

About


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%