Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 481 Bytes

Django React Boilerplate - Pride Clothing

This repository contains a Django and React ecommerce project. Among other functionality, users can create their account, add items to their cart and purchase those items using Stripe.

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build