A simple React+Redux application for creating bookmarks. The backend is a node-express server using MongoDB to persist the data.
- Clone repo
- Run 'npm install' && run 'npm start' in
/bookmarks
- Run 'npm install' && run 'npm start' in
/bookmarks-ui
- UI app runs on port 3000
- Server runs on port 5000
- Needs Node 6.x / npm v3.x or above
- Should have MongoDB installed and running on port 27017