Skip to content

Instantly share code, notes, and snippets.

@GimYoungPhil
GimYoungPhil / setting.json
Last active December 8, 2017 11:27
Visual Studio Code Setting
{
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": false,
"files.insertFinalNewline": true
}
## 설치경로
/usr/local/bin/nginx
## 설정파일 경로
/usr/local/etc/nginx/nginx.conf
## 경로이동
$ cd /usr/local
## 시작하기
# 브런치 확인
$ git branch
# 브런치 변경
$ git checkout develop
###수정 작업
# 수정내용 확인
$ git status
require('./css/column.css');
var classNames = require('classnames');
var React = require('react');
var Column = React.createClass({
getInitialState: function() {
return {
showContext: false
};
var greeting = "hi hello";