- Steps to run application
- Make sure to have Node.js[https://nodejs.org] installed
- Use the drf-json-api example backend here [https://github.com/Perdoo/django-rest-framework-json-api#running-the-example-app].
- Run
npm install
to install all required dependencies - Run
npm start
to launch the app