Skip to content

warsawjs/confrontjs

Repository files navigation

confrontjs.com

07 December 2021

Development

npm install
npm run dev
# open localhost:3000

Deployment

npm version patch # when deploy patch (small update) or a bugfix
# npm version minor # when deploy new feature
npm run deploy

Testing

npm install -g cypress
npm run dev
npm test