Coder Social home page Coder Social logo

functional-code-lab's Introduction

πŸ”₯ Projects!

βš™οΈ Before Started

Tip λ‘œμ»¬μ—μ„œ μ„œλ²„ λ„μ›Œμ„œ μ†μ‰½κ²Œ static resources λ³€κ²½ 및 ν™•μΈν•˜λŠ” 방법

λ‘œμ»¬μ—μ„œ μ›Ήμ„œλ²„λ₯Ό λ„μ›Œ html, css, js 등을 μ‹€μ‹œκ°„μœΌλ‘œ μ†μ‰½κ²Œ ν…ŒμŠ€νŠΈν•΄ λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€.

이λ₯Ό μœ„ν•΄μ„œλŠ” μš°μ„  npm이 μ„€μΉ˜λ˜μ–΄ μžˆμ–΄μ•Ό ν•©λ‹ˆλ‹€.

ꡬ글에 npm install μ΄λž€ ν‚€μ›Œλ“œλ‘œ 각자의 μš΄μ˜μ²΄μ œμ— λ§žκ²Œλ” npm을 μ„€μΉ˜ν•΄μ£Όμ„Έμš”.

이후 μ•„λž˜μ˜ λͺ…λ Ήμ–΄λ₯Ό 톡해 μ‹€μ‹œκ°„μœΌλ‘œ μ›ΉνŽ˜μ΄μ§€λ₯Ό ν…ŒμŠ€νŠΈν•΄λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€.

# dependencies
npm install --save-dev eslint eslint-config-airbnb-base eslint-plugin-import # lint
npm install --save-dev babel-loader @babel/core @babel/preset-env # loader
npm install --save-dev html-webpack-plugin mini-css-extract-plugin # js Plugin
npm install --save-dev webpack webpack-cli webpack-dev-server # webpack

# setup
node_modules/.bin/eslint --init

싀행은 μ•„λž˜μ˜ μ»€λ§¨λ“œλ‘œ ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

# linting
npm run lint
# or
node_modules/.bin/eslint --fix .
# execute
npm run start
# or
npx webpack serve --open --mode=development --hot

πŸ“ License

This project is MIT licensed.

functional-code-lab's People

Contributors

junwork123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.