Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

A simple app to demonstrate how to integrate Django & Ember.

Notifications You must be signed in to change notification settings

josephabrahams/django-ember-example

Repository files navigation

dj-super-rentals

Deploy

A simple app to demonstrate how to integrate Django & Ember.

Based on: https://guides.emberjs.com/release/tutorial/ember-cli/.

Requirements

Installation

$ cp .env.example .env
$ pipenv install --dev
$ nvm install
$ pipenv run honcho run python manage.py migrate

Local development

$ pipenv shell
$ nvm use
$ honcho start -f Procfile.dev

Run Linters & Tests

$ honcho run npm test

About

A simple app to demonstrate how to integrate Django & Ember.

Resources

Stars

Watchers

Forks