imehesz / django-demo

This is a demo application using Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Structure

/ - Django Project

/app - Django app

/frontend - JS Frameworks/Tailwind

/website - Django Project Configurations

Building JS Frameworks/Tailwind

Go into /frontend and run these commands.

  1. npm install
  2. npm run build -- builds with React
  3. npm run buildriot -- Riot4
  4. npm run buildriotpug -- Riot4 with Pug, so pretty! ♥
  5. npm run buildvue -- Vue

Running server

After installing Django, execute this command to start the server.

python manage.py runserver

About

This is a demo application using Django.


Languages

Language:Python 58.6%Language:HTML 20.5%Language:JavaScript 16.4%Language:Vue 3.1%Language:Riot 0.8%Language:CSS 0.6%