Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 760 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 760 Bytes

Chat

My first training javascript project

Demo

Demo

Installation

$ npm i

Running in webpack dev server

$ npm run start

Build

$ npm run build

Build (production)

$ npm run build:prod

Build watch files

$ npm run build_watch

Build watch files (production)

$ npm run build_watch:prod

Style Linting

For style linting I'm using stylelint-config-standard

$ npm run stylelint

JavaScript Linting

For JavaScript linting I'm using eslint-config-standard

$ npm run eslint

License

MIT