guides-old
Guides for Ruby and Elixir and whatever else I feel like
파일 탐색기
최종 버전 다운로드 (.zip)- no_index_action.png
- config.exs
- person.ex
- repo.ex
- friends.ex
- 20160410062326_create_people.exs
- friends_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- .gitignore
- version.rb
- by_star.rb
- by_star_spec.rb
- data.rb
- models.rb
- schema.rb
- by_star.sqlite3
- spec_helper.rb
- .gitignore
- by_star.gemspec
- Gemfile
- logs.txt
- Rakefile
- foodie
- setup.rb
- food.feature
- generator.feature
- recipe.txt
- recipe.rb
- cli.rb
- food.rb
- version.rb
- foodie.rb
- foodie_spec.rb
- .gitignore
- foodie.gemspec
- Gemfile
- Rakefile
- version.rb
- foodie.rb
- .gitignore
- foodie.gemspec
- Gemfile
- Rakefile
- CODE_OF_CONDUCT.md
- LICENSE.txt
- new-address.png
- 2-edit-gist.png
- a-gist.png
- add-another-file-gist.png
- dots-gist.png
- edit-gist.png
- first-gist.png
- new-gist.png
- manifest.js
- .keep
- .keep
- application.js
- cable.js
- application.css
- channel.rb
- connection.rb
- .keep
- application_controller.rb
- login_controller.rb
- application_helper.rb
- application_job.rb
- application_mailer.rb
- .keep
- application_record.rb
- user.rb
- application.html.erb
- mailer.html.erb
- mailer.text.erb
- new.html.erb
- bundle
- rails
- rake
- setup
- spring
- update
- yarn
- development.rb
- production.rb
- test.rb
- password.rb
- application_controller_renderer.rb
- assets.rb
- backtrace_silencers.rb
- content_security_policy.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- cable.yml
- credentials.yml.enc
- database.yml
- environment.rb
- puma.rb
- routes.rb
- spring.rb
- storage.yml
- 20180222051540_create_users.rb
- schema.rb
- seeds.rb
- .keep
- .keep
- .keep
- 404.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- robots.txt
- .keep
- .keep
- .keep
- users.yml
- .keep
- .keep
- .keep
- .keep
- user_test.rb
- .keep
- application_system_test_case.rb
- test_helper.rb
- .keep
- .keep
- .gitignore
- .ruby-version
- config.ru
- Gemfile
- Gemfile.lock
- package.json
- Rakefile
- README.md
- 01_forums.md
- 02_online_store.md
- 03_photo_sharing.md
- README.md
- .gitignore
- admin-namespace.md
- code-organisation.md
- dependent-select-box.md
- ecto.md
- ember.md
- extending-active-record.md
- gem-development.md
- oauth2.md
- rails-lib-files.md
- rails-routing-simplified.md
- README.md
- ruby-in-100-minutes.adoc
- using-gist.markdown
- warden.markdown
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/radar/guides-old
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd guides-old
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd warden
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
