notes-app-client React前端客户端示例

React 写的前端,接的是个无服务端的 API,项目名叫notes-app-client,挺适合想练手或者做 Demo 的朋友。用的是create-react-app起步,整个结构比较清晰,适合直接上手,改点样式、加点功能都挺方便的。

启动脚本基本是标准流程,npm start跑本地,热更新也有,改完直接看效果。测试也能跑,npm test会进到交互模式,不用自己配太多东西。

构建生产npm run build,React 打包优化也都做好了,生成的build目录直接就能部署,像 Netlify、Vercel 一拖就行,响应也快,体验还不错。

有意思的是它也了npm run eject命令,想自己折腾 Webpack 配置的可以用这个,不过一旦eject了就回不去了,适合对webpack比较熟的朋友,别轻易点。

后台接口是个serverless架构的 API,想了解的可以看看Serverless webpack demo或者serverless-webpack-example这两个例子,讲得还挺细。

如果你想做一个笔记类前端,或者想看看create-react-app默认配置长啥样,可以直接克隆下来跑跑看,整体上手门槛不高。

zip
notes-app-client-master.zip 预估大小:54个文件
folder
notes-app-client-master 文件夹
folder
public 文件夹
file
manifest.json 408B
file
index.html 2KB
file
safari-pinned-tab.svg 1KB
file
robots.txt 67B
file
favicon.ico 7KB
file
android-chrome-192x192.png 3KB
file
android-chrome-256x256.png 7KB
file
site.webmanifest 426B
file
apple-touch-icon.png 3KB
file
favicon-32x32.png 885B
file
mstile-150x150.png 2KB
file
scratch-icon.png 3KB
file
favicon-16x16.png 659B
file
browserconfig.xml 246B
folder
src 文件夹
folder
constants 文件夹
file
notesApi.js 136B
file
routes.js 202B
folder
containers 文件夹
file
Home.css 141B
file
Signup.css 139B
file
NotFound.css 36B
file
Login.css 137B
file
NewNote.js 2KB
file
Login.js 2KB
file
NotFound.js 200B
file
Signup.js 4KB
file
Settings.css 143B
folder
Notes 文件夹
file
Notes.css 63B
file
Notes.js 4KB
file
index.js 35B
file
NewNote.css 65B
file
Home.js 2KB
file
Settings.js 2KB
file
index.css 374B
file
config.js 603B
folder
components 文件夹
file
LoaderButton.css 222B
folder
custom-routes 文件夹
file
AuthenticatedRoute.js 519B
file
UnauthenticatedRoute.js 986B
file
LoaderButton.js 491B
file
BillingForm.js 2KB
file
BillingForm.css 400B
file
App.js 3KB
folder
libs 文件夹
file
contextLib.js 173B
file
errorLib.js 195B
file
hooksLib.js 288B
file
awsLib.js 443B
file
reportWebVitals.js 362B
file
App.test.js 246B
file
setupTests.js 241B
file
App.css 9B
file
Routes.js 1KB
file
index.js 1KB
file
README.md 3KB
file
.gitignore 310B
file
package-lock.json 779KB
file
package.json 1KB
zip 文件大小:228.59KB