文件名称:DatePicker-示例
文件大小:258KB
文件格式:ZIP
更新时间:2024-03-09 09:09:54
Ruby
入门项目 设置和运行步骤 git clone git@github.com:white731/react-rails-starter.git cd project-name bundle install 在database.yml中,将数据库what_ever_you_named_your_start_project的名称更改为project-name rails db:create db:migrate db:seed rails s -p 3001 设置客户端的步骤 cd client && yarn yarn start 处理git 删除原点git remote rm origin git将远程源添加到新仓库
【文件预览】:
DatePicker-Example-master
----client()
--------package.json(1KB)
--------.eslintcache(6KB)
--------src()
--------.gitignore(310B)
--------public()
--------README.md(3KB)
--------yarn.lock(502KB)
----log()
--------.keep(0B)
----bin()
--------rake(213B)
--------setup(1008B)
--------spring(507B)
--------rails(264B)
--------bundle(3KB)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(3KB)
--------initializers()
--------puma.rb(2KB)
--------application.rb(1KB)
--------routes.rb(190B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(97B)
--------cable.yml(200B)
--------environment.rb(128B)
--------environments()
----db()
--------seeds.rb(543B)
--------migrate()
--------schema.rb(1KB)
----Rakefile(227B)
----test()
--------models()
--------test_helper.rb(386B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------channels()
----app()
--------models()
--------jobs()
--------controllers()
--------views()
--------mailers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
--------pids()
----.ruby-version(6B)
----.gitignore(659B)
----lib()
--------tasks()
----public()
--------robots.txt(99B)
----README.md(477B)
----config.ru(130B)