Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunmyonchoi/babel-webpack-mocha-eslint
nodejs app boilerplate
https://github.com/kunmyonchoi/babel-webpack-mocha-eslint
babel es6 eslint mocha nodejs webpack
Last synced: 22 days ago
JSON representation
nodejs app boilerplate
- Host: GitHub
- URL: https://github.com/kunmyonchoi/babel-webpack-mocha-eslint
- Owner: KunmyonChoi
- License: mit
- Created: 2018-01-11T23:34:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:59:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T07:02:17.301Z (3 months ago)
- Topics: babel, es6, eslint, mocha, nodejs, webpack
- Language: JavaScript
- Size: 957 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel webpack mocha eslint es6
================================본 프로젝트는 nodejs 어플리케이션을 개발하기 위한 기본 틀을 제공합니다.
## 사용된 기술
- webpack: Bundler
- babel: Transpiler
- mocha: Testing framework
- eslint: Syntex Checker
- es6: arrow function, async/await, import/export, spread operator, destructuring assignment## 가능한 명령
npm run build
npm run build:watch
npm run build:prod
npm run start
npm run dev
npm run test
npm run lint
npm run lint:fix## Git 연동
Gir pre-commit hook