文件名称:react-avancado-boilerplate:样板程序React React com TypeScript e NextJS Gerado no curso ReactAvançadodo Willian Justen
文件大小:319KB
文件格式:ZIP
更新时间:2024-02-25 02:12:47
react typescript eslint storybook runs-jest
这是在名为的课程中使用的样板。 里面是什么? 这个项目使用很多东西: 入门 首先,运行开发服务器: npm run dev # or yarn dev 使用浏览器打开以查看结果。 您可以通过修改pages/index.js来开始编辑页面。 当您编辑文件时,页面会自动更新。 指令 dev :在localhost:3000上运行您的应用程序 build :创建生产版本 start :使用构建生产代码启动一个简单的服务器 lint :在所有组件和页面中运行lint test :运行笑话来测试所有组件和页面 test:watch :在手表模式下开玩笑 storybook :在localhos
【文件预览】:
react-avancado-boilerplate-master
----.babelrc(570B)
----.storybook()
--------preview.js(175B)
--------main.js(117B)
----next.config.js(230B)
----package.json(2KB)
----.eslintrc.json(2KB)
----.github()
--------dependabot.yml(143B)
--------workflows()
----.prettierrc(70B)
----jest.config.js(250B)
----.jest()
--------setup.ts(67B)
----src()
--------pages()
--------components()
--------styles()
--------types()
----tsconfig.json(553B)
----next-env.d.ts(75B)
----generators()
--------templates()
--------propfile.js(924B)
----.gitignore(437B)
----public()
--------img()
--------manifest.json(493B)
----README.md(2KB)
----yarn.lock(662KB)
----.editorconfig(147B)
----.vscode()
--------settings.json(114B)