文件名称:reasonreact-starter:最小但功能强大的ReasonReact模板
文件大小:131KB
文件格式:ZIP
更新时间:2024-03-30 06:29:47
boilerplate create-react-app starter reasonml reasonreact
原因React启动器 带有电池的最小但功能强大的ReasonReact模板。 :battery: :clapper_board: 开始吧 无需任何历史记录即可克隆该存储库git clone --depth 1 https://github.com/*nunes/reasonreact-starter.git 运行它并跳入浏览器以开始开发 :male_sign::male_sign: 怎么运行呢? yarn yarn dev # in another tab, run the tests in watch mode yarn test 打开一个新网页到http://localhost:1234/ 。 更改src任何.re文件以查看页面自动重装。 :package: 包括什么? 特征 描述 资料夹结构 我们包括了可伸缩的文件夹结构。 确保检查自述文件以了解更多详细信息 路线 ReasonReact带有路由器。 该模板带有两个示例 测验 用Jest和React测试库进
【文件预览】:
reasonreact-starter-master
----package.json(808B)
----__tests__()
--------Calculator_test.bs.js(2KB)
--------Calculator_test.re(253B)
----index.html(213B)
----src()
--------Index.re(138B)
--------Index.bs.js(590B)
--------Calculator()
--------App.re(355B)
--------App.bs.js(1KB)
--------pages()
--------components()
----bsconfig.json(542B)
----.gitignore(78B)
----README.md(2KB)
----yarn.lock(313KB)