NextJS TypeScript样板库
这是一个NextJS TypeScript样板库,包含了多种工具:
- NextJS
 - TypeScript
 - Jest和React测试库
 - Storybook
 - ESLint和Prettier,确保代码一致性
 
安装
- 克隆此存储库:
 
git clone https://github.com/jsoulet/nextjs-typescript-boilerplate
- 安装依赖关系并运行开发服务器:
 
yarn install
yarn dev
- 打开浏览器查看结果,并开始编辑页面:修改
src/pages/index.js 
部署
部署相关内容待定。
                            
                            nextjs-typescript-boilerplate-master.zip
                            预估大小:33个文件
                        
                        
                        
                                
                                nextjs-typescript-boilerplate-master
                                文件夹
                            
                                                        
                                
                                public
                                文件夹
                            
                                                        
                                
                                favicon.ico
                                15KB
                            
                                                        
                                
                                yarn.lock
                                570KB
                            
                                                        
                                
                                next-env.d.ts
                                75B
                            
                                                        
                                
                                .eslintrc.js
                                840B
                            
                                                        
                                
                                next.config.js
                                107B
                            
                                                        
                                
                                .prettierignore
                                12B
                            
                                                        
                                
                                src
                                文件夹
                            
                                                        
                                
                                pages
                                文件夹
                            
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        
                            
                            
                                                        
                                        
                                    文件大小:235.33KB
                                
                                
                                
                            
评论区