nextjs-boilerplate:带有TypeScript,React,NextJS和样式化组件的样板

时间:2024-03-29 12:18:45
【文件属性】:

文件名称:nextjs-boilerplate:带有TypeScript,React,NextJS和样式化组件的样板

文件大小:284KB

文件格式:ZIP

更新时间:2024-03-29 12:18:45

boilerplate styled-components reactjs nextjs starter

NextJS样板 这是带有TypeScript,React,NextJS和样式化组件的简单样板。 创建自己的项目 执行以下命令来创建您的项目: npx create-next-app -e https://github.com/helderburato/nextjs-boilerplate # or yarn create next-app -e https://github.com/helderburato/nextjs-boilerplate 入门 首先,运行开发服务器: npm run dev # or yarn dev 用浏览器打开以查看结果。 您可以通过修改pages/index.js来开始编辑页面。 页面在您编辑文件时自动更新。 可以在*问。 可以在pages/api/hello.js编辑此端点。 pages/api目录映射到/api/* 。 此目录中的文件被视


【文件预览】:
nextjs-boilerplate-main
----.eslintrc.json(782B)
----.gitignore(461B)
----package.json(2KB)
----commitlint.config.js(65B)
----src()
--------components()
--------styles()
--------pages()
----next.config.js(239B)
----jest.config.js(250B)
----public()
--------manifest.json(466B)
--------img()
----tsconfig.json(506B)
----.jest()
--------setup.ts(67B)
----.github()
--------workflows()
----.prettierrc.json(87B)
----README.md(2KB)
----next-env.d.ts(75B)
----.babelrc.json(168B)
----.storybook()
--------main.js(144B)
--------preview.js(153B)
----.husky()
--------.gitignore(1B)
--------pre-commit(58B)
--------commit-msg(68B)
----.editorconfig(167B)
----yarn.lock(562KB)

网友评论