/2019.confrontjs.com

:blue_book: Front-end conference 2019 in Warsaw

Primary LanguageHTML

2019.confrontjs.com

07 December 2019

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