文件名称:reactjs:挑战:ReactJS概念
文件大小:181KB
文件格式:ZIP
更新时间:2024-03-06 10:14:37
JavaScript
ReactJS概念 在Rocketseat的GoStack训练营中学习到的挑战,可以满足Jest testes(TDD)的要求。 :rocket: 技术: 节点JS 表示 ReactJS :rocket: 运行项目: # Clone this repository - git clone https://github.com/obrunomuniz/reactjs # Enter project directory - cd [project folder] # Install dependencies - yarn # Run the tests: - yarn test # Start the application - yarn start :rocket: 贡献 分叉此存储库; 为您的功能创建一个分支; 推你的树枝。
【文件预览】:
reactjs-master
----.gitignore(310B)
----package.json(798B)
----jsconfig.json(93B)
----src()
--------setupTests.js(49B)
--------services()
--------index.js(196B)
--------__tests__()
--------App.js(3KB)
--------styles.css(440B)
----jest.config.js(20B)
----public()
--------index.html(371B)
----README.md(701B)
----yarn.lock(459KB)