tudo
:white_check_mark: Want to see where you could help on an open dwyl issue?
파일 탐색기
최종 버전 다운로드 (.zip)- config.exs
- dev.exs
- prod.exs
- prod.secret.exs
- test.exs
- endpoint.ex
- repo.ex
- tudo.ex
- authentication_handler.js
- issues_handler.js
- labels_handler.js
- db_handlers.js
- fetch_issues_by_user.js
- get_issues.js
- parse_issues.js
- redis_clients.js
- redis_config.js
- main.css
- db_handlers_fixtures.js
- gh_to_db_parser_fixtures.js
- home_page_fixtures.js
- issues-list.js
- issues.json
- authentication_handler.test.js
- db_handlers.test.js
- fetch_issues_by_user.test.js
- get_issues.test.js
- gh_to_db_parser.test.js
- issue_parser.test.js
- issues_page.test.js
- labels_handler.test.js
- LabelsCtrl.test.js
- landing_page.test.js
- redis_config.test.js
- redis_test_client.js
- runner.js
- issue.tag
- issues.tag
- issues_page.tag
- nav.tag
- login.tag
- index.html
- index.js
- issue.html
- main.html
- prefix.html
- suffix.html
- .gitignore
- .jshintrc
- .travis.yml
- config.env_sample
- example_issues.json
- example_of_basic_issue.json
- example_user.json
- LICENSE
- package.json
- Procfile
- README.md
- routes.js
- server.js
- errors.po
- errors.pot
- 20170801134003_create_issue.exs
- seeds.exs
- auth_controller_test.exs
- hook_controller_test.exs
- page_controller_test.exs
- unlabelled_controller_test.exs
- github_api_test.exs
- hook_test.exs
- issue_sorting_test.exs
- issue_test.exs
- user_from_auth_test.exs
- channel_case.ex
- conn_case.ex
- model_case.ex
- test_helpers.ex
- error_view_test.exs
- layout_view_test.exs
- page_view_test.exs
- test_helper.exs
- user_socket.ex
- auth_controller.ex
- hook_controller.ex
- page_controller.ex
- unlabelled_controller.ex
- github_api.ex
- hook.ex
- httpoison.ex
- in_memory.ex
- issue_sorting.ex
- issue.ex
- user_from_auth.ex
- phoenix.png
- favicon.ico
- robots.txt
- accessible-autocomplete.min.css
- app.css
- pagination.css
- app.js
- socket.js
- issue_card.html.eex
- label.html.eex
- index.json.eex
- app.html.eex
- index.html.eex
- index.html.eex
- component_helpers.ex
- component_view.ex
- error_helpers.ex
- error_view.ex
- hook_view.ex
- layout_view.ex
- page_view.ex
- unlabelled_view.ex
- gettext.ex
- router.ex
- web.ex
- .credo.exs
- .gitignore
- .travis.yml
- brunch-config.js
- coveralls.json
- elixir_buildpack.config
- LICENSE
- mix.exs
- mix.lock
- package.json
- Procfile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/dwyl/tudo
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tudo
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd old_project
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
