My personal webdevfolio using react.js and django.
- Javascript,
- Python.
- React (Client-Side): Used React for the UI dev
- Django (Server-Side): Used Django for back-end dev
Install the following as stated:
- Front-end Dev: React, Scss.
- Back-end Dev: django, DRF, corseheaders,
-
For the Front-end Dev: To use this respositroy in your machine you will have to navigate to the front-end main folder and run "npm install" to install all the packcge.json libraries, to use the front-end enchine to view the project UI run "npm run dev".
-
For the Back-end Dev: first navigate to the root folder and activate the environment by running "venv/Scripts/activate" then navigate to te back-end root folder and then run "python manage.py runserver". If you get and error just navigate to the project main rootfolder and install the necessary tools found in Requirement.txt and run "python manage.py runserver".
https://github.com/Nelson19so/MainDeveFolio/
this Respository is for my personnal blog web Development and it carries information concerning me, make sure to change everything before launching as it may be illegal to use it without changing personal informations.
- Ensure you have created a main root folder to structure the back-end and front-end folder before extracting this project
- The Front-end uses Vite, soo ensure to install vite if any error occure, to install vite simply run "npm install vite".