Metadata-Version: 2.1
Name: dact
Version: 1.2.1
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
Requires-Dist: django (==3.0.8)

![dact logo](https://raw.githubusercontent.com/ayushmankumar7/dact/main/extras/dact.png)

# dact

dact is a CLI Package in Python focusing towards decreasing development setup time while working with React + Django Full Stack Development. 
dact setup the whole, ready to work, Django project with React in just a single line command. 
It handles all the urls, views, webpack, loaders, babel,etc. for the user in just a single command. Using dact, a developer can start writing their React code and see it render on their Django Web App. 


## Installing dact 

`pip install dact`

## 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(for Development)

1. Clone this Repo 
2. `cd dact`
3. `pip3 install -e .`


