Skip to content

Commit

Permalink
Django deploy ready
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsahMohammad committed Sep 13, 2023
1 parent 09168c7 commit 0c69266
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion client.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

cd ../studySenseClient
cd ./studySenseClient
echo -e "${GREEN}Starting React${NC}"
# npm install mdb-react-ui-kit
# npm install react-cookie
# npm install bootstrap
# npm install react-pdf @react-pdf/renderer
# npm install semantic-ui-react semantic-ui-css
# npm install react-apexcharts apexcharts
npm install
npm run dev -- --port 5173
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c69266

Please sign in to comment.