word-counter

时间:2021-03-15 07:45:48
【文件属性】:
文件名称:word-counter
文件大小:238KB
文件格式:ZIP
更新时间:2021-03-15 07:45:48
JavaScript 文字计数器 要求 该项目需要在您的环境中安装NodeJS和npm / yarn。 安装 首先在您的本地计算机上克隆此仓库: $ git clone git@github.com:junko911/word-counter.git $ cd word-counter 要安装和设置库,请运行: $ npm --prefix ./api install ./api $ npm --prefix ./client install ./client 或者,如果您更喜欢使用纱线: $ yarn --cwd ./api install $ yarn --cwd ./client install 用法 运行项目: $ npm --prefix ./api start ./api $ npm --prefix ./client start ./client 或者, $ yarn --cwd
【文件预览】:
word-counter-main
----client()
--------package.json(894B)
--------src()
--------public()
--------yarn.lock(500KB)
----api()
--------index.js(606B)
--------package.json(329B)
--------count.js(244B)
--------test()
--------clean.js(156B)
--------fetch-url-content.js(215B)
--------yarn.lock(43KB)
----.gitignore(309B)
----README.md(758B)

网友评论