Metadata-Version: 2.1
Name: dact
Version: 0.2.2
Summary: UNKNOWN
Home-page: https://github.com/ayushmankumar7/dact
Author: Ayushman Kumar|Arkaprabha Chakraborty
Author-email: ayushmankumar7@gmail.com
License: UNKNOWN
Description: # dact
        ![dact logo](https://raw.githubusercontent.com/ayushmankumar7/dact/main/extras/dact.png)
        
        ## Django + React
        
        1. Start a Django Project with default Frontend app name 
        `dact myproject`
        
        2. Start Django Project with custom Frontend app name 
        `dact myproject appname`
        
        
        ## Requirements 
        
        1. You must have [npm](https://nodejs.org/en/) installed in your system. 
        2. You must have [Python](https://www.python.org/) installed in your system. 
        3. Python and pip or pip3 must be added to your environment.
        
        ## How to install this Package 
        
        1. Clone this Repo 
        2. `cd dact`
        3. `pip3 install -e .`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
