/pux-blog

Primary LanguagePureScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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