Urigo / React-Meteor-Todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Meteor Todo App

This app is a remake of Meteor's simple todo app, written with React and Meteor-Client-Bundler.

screenshot

How to start

(1) Install node modules:

$ npm install

(2) Bundle Meteor-client:

$ npm run bundle-meteor-client

(3) Start the API server:

$ npm run api

(4) Start the app:

$ npm start

About


Languages

Language:JavaScript 94.8%Language:CSS 3.2%Language:HTML 2.1%