web_fullstack

Web front-end 개발 관련 reference

MasterOfAI 2022. 8. 20. 12:58

Online front end 개발 툴 

https://codepen.io/

 

CodePen

An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.

codepen.io

 

API document:

https://devdocs.io/

 

DevDocs

Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, and many more.

devdocs.io

 

객 tag 별 broswer 별 사용 유무 관련 정보 

https://caniuse.com/

 

Can I use... Support tables for HTML5, CSS3, etc

 

caniuse.com

 

Visual Studio Code 

  • live server : html , css 코드를 별도 server 없이 볼 수 있도록 해준다. 
  • html snippet : 단축기능 사용
  • prettier : code formatter

Firefox Brower

 

Chrome 

  • Web Developer - 다양한 기능 
  • WhatFont - 글자 속성을 보여줌 

 

 

'web_fullstack' 카테고리의 다른 글

node.js 로 linux shell script 실행하기  (0) 2022.09.15
normalize.css  (0) 2022.08.21
서버와 클라이언트  (0) 2022.08.20
ubuntu(우분투) 에 mySQL 설치하기  (0) 2022.06.11
node.js ubuntu  (0) 2022.06.05