文件名称:todoapp:具有Express API和Spotify API的Todo React Client
文件大小:154KB
文件格式:ZIP
更新时间:2024-05-22 04:25:44
react spotify express knex JavaScript
具有Express API的Todo React Client 表示 资源 React 具有React和Materialize的Todo App Client 如何从create-react-app设置基本的React App并添加react-materialize 使用create-react-app创建todoclient,将cd插入目录,并安装依赖项。 $ create-react-app todoclient $ cd todoclient $ yarn start 删除public和src文件夹的内容。 在公共场所创建index.html文件 <!doctype html > < html > < head > < title > Todo Client </ title > </ head > < body > < div id =" roo
【文件预览】:
todoapp-master
----.gitignore(10B)
----todoclient()
--------.gitignore(285B)
--------package.json(455B)
--------src()
--------public()
--------README.md(117KB)
--------yarn.lock(245KB)
----todoserver()
--------.gitignore(528B)
--------app.js(5KB)
--------package.json(574B)
--------package-lock.json(78KB)
--------bin()
--------public()
--------views()
--------migrations()
--------routes()
--------seeds()
--------knexfile.js(665B)
--------yarn.lock(58KB)
----README.md(2KB)