Skip to content

SeonHyungJo/modern-js-starter

Repository files navigation

modern-js-starter

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

Contents 📚

🍎 Chapter 1

Init npm package

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

👉 Chapter 1 바로가기

🍏 Chapter 2

Add editorconfig

  • Create .editorconfig file

👉 Chapter 2 바로가기

🍊 Chapter 3

Add eslint and prettier

  • Add eslint
  • Add prettier-eslint

👉 Chapter 3 바로가기

🍋 Chapter 4

Setup pre-commit hook

  • Add husky
  • Add lint-staged
  • Create Hook

👉 Chapter 4 바로가기

🍒 Chapter 5

Setup rollup and setting

  • Add rollup
  • Setting config

👉 Chapter 5 바로가기

🍇 Chapter 6

Add rollup and babel with react

  • Add rollup plugin
  • Add react

👉 Chapter 6 바로가기

🍉 Chapter 7

Add CSS and rollup-plugin-string

  • Add CSS and rollup plugin

👉 Chapter 7 바로가기