Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 945 Bytes

write-blog-every-week

Write-Blog-Every-Weekのサイトを構成するプログラムです。

This is a program that makes up a Write-Blog-Every-Week site.

使い方 / How To Use

次のコマンドを実行すると開発環境が立ち上がります。フロントエンド環境とバックエンド環境は切り離されているため、フロントエンド開発環境は本番環境のデータを参照しています。

Execute the following command to launch the development environment.The front-end and back-end environments are decoupled, so the front-end development environment references the data in the production environment.

npm install
npm run dev

参考情報 / Reference information

JSONファイルを提供しているバックエンドエンドのプログラムはこちらです。

Here is a backend program that provides JSON files.

https://github.com/yoshitaku-jp/api-write-blog-every-week