Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 306 Bytes

pux-blog

Toy project to learn how Pux works.

It's a simplified blog structure, with routes triggering ajax calls and basic CRUD operations.

Goals

  • Ajax
  • Routing
  • Nested components
  • ?

Setup

npm i && bower i

Run

node server.js

and then

npm start

visit http://localhost:3000