Skip to content

TomoyaShibata/fastify-textlint-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastify-textlint-sample

fastify を使って textlint の処理結果を返すサンプルを作ってみました。
クライアントは差し替え可能です。サンプルとして、Vue + Vuex を使ったものを client ディレクトリに配置しています。

手元で動かしたいとき

$ cd client
$ npm install && npm run dev

// ↑ でシェルが占有されるので別シェルで
$ cd textlint-server
$ npm install && node server

両方立ち上がったら、http://localhost:8080 で動作を確認することができます。

有効にしているルール

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published