Skip to content

eldarion/ajaxdemo

Repository files navigation

ajaxdemo

Demonstrates a pattern of creating objects, editing objects, and sorting them, all on the same page.

Getting Started

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
npm run dev

Browse to http://localhost:3000/

About

A demo of a UX pattern with eldarion-ajax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published