@3b4b/post-card 中文文档教程
A Project EdTechJoker creation
See https://github.com/elmsln/edtechjoker/blob/master/fall-21/projects/p3-haxtheweb/README.md for requirements to完成这个项目。
Quickstart
开始:
yarn install
yarn start
# requires node 10 & npm 6 or higher
导航到 HAX 页面以在上下文中查看它。 确保将 repo 的所有部分中的 post-card
更改为您的项目名称。
Scripts
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your projectformat
fixes linting and formatting errors
Tooling configs
对于大多数工具,配置在 package.json
中以减少项目中的文件量。
如果你自定义配置很多,你可以考虑将它们移动到单独的文件中。
Spec
https://github.com/elmsln/issues/issues/879
A Project EdTechJoker creation
See https://github.com/elmsln/edtechjoker/blob/master/fall-21/projects/p3-haxtheweb/README.md for requirements to complete this project.
Quickstart
To get started:
yarn install
yarn start
# requires node 10 & npm 6 or higher
Navigate to the HAX page to see it in context. Make sure to change post-card
in ALL parts of the repo to your project name.
Scripts
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your projectformat
fixes linting and formatting errors
Tooling configs
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
Spec
https://github.com/elmsln/issues/issues/879
你可能也喜欢
- @10up/scripts 中文文档教程
- @128technology/darsain-tooltip 中文文档教程
- @36node/template-react 中文文档教程
- @3test/ethereum-erc20-contracts 中文文档教程
- @3test/ethereum-utils-contracts 中文文档教程
- @4geit/rct-todo-store 中文文档教程
- @4geit/swg-destructuring-parameters-helper 中文文档教程
- @4you-free/seamless-actions 中文文档教程
- @5no/paper-sizes 中文文档教程
- @7scientists/7s 中文文档教程