https://github.com/d-oliveros/isomorphic-todomvc
Isomorphic TodoMVC with Isomorphine, React, Baobab, Webpack, Mongo.
https://github.com/d-oliveros/isomorphic-todomvc
Last synced: about 2 months ago
JSON representation
Isomorphic TodoMVC with Isomorphine, React, Baobab, Webpack, Mongo.
- Host: GitHub
- URL: https://github.com/d-oliveros/isomorphic-todomvc
- Owner: d-oliveros
- License: mit
- Created: 2015-10-10T10:01:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T04:31:03.000Z (over 9 years ago)
- Last Synced: 2024-04-15T14:46:03.778Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isomorphic TodoMVC
Isomorphic TodoMVC example with React, Isomorphine, Webpack, Baobab, Mongo.
## Dependencies
* Node.js
* MongoDBBy default, the app will try to connect to the mongo process running in localhost, port 6379. To use a different database connection, copy `.env.default` to `.env` and modify `.env` accordingly.
## Installation
```
npm install
```You also need Mongo running in the system.
## Starts the server
```
gulp dev
```Cheers.