Metadata-Version: 2.1
Name: dact
Version: 0.2.0
Summary: UNKNOWN
Home-page: https://github.com/ayushmankumar7/dact
Author: Ayushman Kumar|Arkaprabha Chakraborty
Author-email: ayushmankumar7@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# dact
![dact logo](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 .`


