Toy project to learn how Pux works.
It's a simplified blog structure, with routes triggering ajax calls and basic CRUD operations.
- Ajax
- Routing
- Nested components
- ?
npm i && bower i
node server.js
and then
npm start
visit http://localhost:3000
8000