文件名称:react-starter
文件大小:122KB
文件格式:ZIP
更新时间:2024-05-18 09:29:28
JavaScript
已淘汰 使用 React启动器 React Starter是一个todoApp项目,其中包含功能齐全的React应用程序所需的许多工具。 查看其运行情况。 目录 入门 安装gulp: brew install gulp 签出项目,安装依赖项,并开始领班: git clone git@github.com:pivotal-cf/react-starter.git && cd react-starter npm install gulp foreman 这将在处启动开发服务器,在处启动Jasmine服务器。 该应用程序包括示例React体系结构,以及Jasmine单元测试和WebdriverIO集成测试。 部署中 部署到Cloud Foundry: 为您的应用程序选择一个唯一的名称,然后更改name: react-starter manifest.yml name: react-s
【文件预览】:
react-starter-master
----.gitignore(106B)
----.babelrc(281B)
----app()
--------api()
--------components()
--------dispatchers()
--------index.jsx(425B)
--------store.js(51B)
--------stylesheets()
--------index.js(824B)
--------config.js(197B)
----.eslintrc(2KB)
----package.json(3KB)
----server()
--------app.js(287B)
--------bootstrap.js(467B)
--------env.js(211B)
----.travis.yml(239B)
----gulpfile.js(188B)
----.cfignore(102B)
----LICENSE(1KB)
----index.js(443B)
----helpers()
--------fetch_helper.js(768B)
--------application_helper.js(105B)
----manifest.yml(76B)
----.env(68B)
----spec()
--------app()
--------integration()
--------support()
--------factories()
--------spec_helper.js(288B)
----Procfile.dev(67B)
----README.md(7KB)
----Staticfile(20B)
----config()
--------webpack()
--------env.json(12B)
--------test.json(5B)
--------integration.json(4B)
--------application.json(73B)
--------production.json(4B)
--------development.json(5B)
----Procfile(14B)
----tmp()
--------.gitkeep(0B)
----tasks()
--------react_tools.js(396B)
--------integration.js(2KB)
--------deploy.js(601B)
--------server.js(1KB)
--------dev_server.js(662B)
--------default.js(161B)
----yarn.lock(279KB)
----.react-tools(460B)