saas boilerplate nextjs 源码
tailwind-react-next.js-typescript-eslint-jest-starter 用于使用React,Typescript,Next.js,Jest,TailwindCSS和ESLint构建项目的入门模板。 设定说明 克隆或下载项目。 cd在项目目录中。 如果克隆了该项目,请确保通过运行git remote rm origin删除对此项目的远程引用。 将.env.example复制到.env因为该文件用于加载所有环境变量。 运行yarn install或npm install安装所有依赖项。 指令 yarn dev :启动本地开发服务器。 yarn test :使用jest运行整个单元测试套件。 yarn test:ci :在CI上运行测试。 yarn lint :运行基于ESLint的棉绒以查找项目中的问题。 yarn format :自动格式
文件列表
saas-boilerplate-nextjs-master.zip
(预估有个24文件)
saas-boilerplate-nextjs-master
.env.example
28B
.eslintrc
2KB
tsconfig.jest.json
117B
postcss.config.js
94B
yarn.lock
308KB
next-env.d.ts
75B
next.config.js
239B
tailwind.config.js
221B
src
暂无评论