Skip to content

Restoration/Meteor-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor-Tutorial

Overviw

TODOアプリケーションの実装
Todo App with React

ただチュートリアルをコピペするだけでは面白くないので、React Hooks & Function Componentに書き換えて実装しています。
そのため、処理はほとんど一緒ですがチュートリアルのコードとは内容が少し違います。

Install

$ git clone https://github.com/Restoration/Meteor-Tutorial.git
$ cd Meteor-Tutorial
$ yarn
$ yarn start

MongoDB

コンソールからテストデータを入れたい場合など

$ meteor mongo
$ db.tasks.insert({ text: "Hello world!", createdAt: new Date() });

Author

RyotArch

About

Meteor Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published