项目作者: SeonHyungJo

项目描述 :
Modern JS Project Starter for beginner :vertical_traffic_light:
高级语言: JavaScript
项目地址: git://github.com/SeonHyungJo/modern-js-starter.git
创建时间: 2019-01-20T09:53:59Z
项目社区:https://github.com/SeonHyungJo/modern-js-starter

开源协议:MIT License

下载


modern-js-starter

Modern JS Project Starter for beginner
모던 자바스크립트를 셋팅하는 방법에 대해서 순서대로 진행해보자!!

Contents :books:

:apple: Chapter 1

Init npm package

  • Create Github repo
  • Create License file
  • Init npm => pakage.json

:point_right: Chapter 1 바로가기

:green_apple: Chapter 2

Add editorconfig

  • Create .editorconfig file

:point_right: Chapter 2 바로가기

:tangerine: Chapter 3

Add eslint and prettier

  • Add eslint
  • Add prettier-eslint

:point_right: Chapter 3 바로가기

:lemon: Chapter 4

Setup pre-commit hook

  • Add husky
  • Add lint-staged
  • Create Hook

:point_right: Chapter 4 바로가기

:cherries: Chapter 5

Setup rollup and setting

  • Add rollup
  • Setting config

:point_right: Chapter 5 바로가기

:grapes: Chapter 6

Add rollup and babel with react

  • Add rollup plugin
  • Add react

:point_right: Chapter 6 바로가기

:watermelon: Chapter 7

Add CSS and rollup-plugin-string

  • Add CSS and rollup plugin

:point_right: Chapter 7 바로가기