literallycanvas
A canvas in your browser. Literally.
파일 탐색기
최종 버전 다운로드 (.zip)- create-react-class-15.6.2.js
- index.html
- NODE_ENV.js
- react-16.1.1.js
- react-component-demo.jsx
- react-dom-16.1.1.js
- react-dom-factories-1.0.2.js
- bear.png
- core_demo.html
- create-react-class-15.6.2.js
- fastclick.js
- index.html
- jquery-1.8.2.js
- minimal.html
- NODE_ENV.js
- react-0.10.0.js
- react-0.13.3.js
- react-0.14.3.js
- react-0.14.7.js
- react-15.1.0.js
- react-16.1.1.js
- react-dom-16.1.1.js
- react-dom-factories-1.0.2.js
- static-tests.html
- watermark.png
- literallycanvas.css
- alpha.png
- checkerboard-8x8.png
- dashed-line.png
- ellipse.png
- eraser.png
- eyedropper.png
- hue.png
- line-with-arrow.png
- line.png
- pan.png
- pencil.png
- polygon-cancel.png
- polygon-closed.png
- polygon-open.png
- polygon.png
- rectangle.png
- redo.png
- saturation.png
- screenshot.png
- text.png
- undo.png
- zoom-in.png
- zoom-out.png
- .gitignore
- .npmignore
- literallycanvas.scss
- font.coffee
- line-options-and-stroke-width.coffee
- null.coffee
- optionsStyles.coffee
- polygon-and-stroke-width.coffee
- stroke-or-fill.js
- stroke-width.coffee
- ClearButton.coffee
- ColorWell.coffee
- createReactClass-shim.coffee
- createSetStateOnEventMixin.coffee
- createToolButton.coffee
- initDOM.jsx
- LiterallyCanvas.jsx
- Options.coffee
- Picker.coffee
- React-shim.coffee
- ReactDOM-shim.coffee
- ReactDOMFactories-shim.coffee
- StrokeWidthPicker.coffee
- UndoRedoButtons.coffee
- ZoomButtons.coffee
- base.coffee
- Ellipse.coffee
- Eraser.coffee
- Eyedropper.coffee
- Line.coffee
- Pan.coffee
- Pencil.coffee
- Polygon.coffee
- Rectangle.coffee
- SelectShape.coffee
- Text.coffee
- ie_customevent.js
- ie_setLineDash.js
- index.coffee
- .babelrc
- .gitignore
- CHANGES.txt
- gulpfile.js
- LICENSE
- literallycanvas.sublime-project
- Makefile
- package.json
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/literallycanvas/literallycanvas
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd literallycanvas
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
