Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 234 Bytes

기록해드림(dream)

Commands Usage

  1. eslint
  • npm run lint:check => Check grammar and coding style with .eslintrc.
  • npm run lint:fix => fix the code automatically.
  1. npm run dev => Run using nodemon
  2. npm start