vscode-react-sample

React todo demo for Build conference

  • 所有者: microsoft/vscode-react-sample
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

React / Node Todo Demo

This demo shows the core functionality of Visual Studio Code
for Build 2016 session workshop.

todo demo

Getting Started

# clone repo
git clone https://github.com/Microsoft/vscode-react-sample.git react-todo

# navigate to repo
cd react-todo

# install deps
npm install

Backend

# Run in terminal
npm run serve

Instead you can also debug in Visual Studio Code with pressing the f5 key.

Frontend

# run in terminal
npm run dev

Run from Visual Studio Code by executing command (with f1 to open command palette)
Run Task and selecting dev.

Database

No configuration should be necessary necessary. Data backend is simply a json file called todos.json in data/.
If you run into any issues make sure todos.json has the following inside before starting the
server. This will become more robust overtime.

{
    "todos": []
}

Not meant for production

There are a couple of issues to fix before this code base should
be used as a model for a production ready application.

  • Swap out the file based data model for a real data backend.
  • Replace webpack dev server with an application server or serve up the app with the Node server.

Technologies

主要指標

概覽
名稱與所有者microsoft/vscode-react-sample
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證
所有者活动
創建於2016-03-24 00:33:09
推送於2018-07-08 09:33:04
最后一次提交2017-03-30 13:28:18
發布數0
用户参与
星數211
關注者數10
派生數128
提交數43
已啟用問題?
問題數6
打開的問題數4
拉請求數4
打開的拉請求數2
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?