The goal is to enhance the D3V++ website, focusing on user experience and modern design principles. The project leverages React for creating a dynamic interface that adapts seamlessly to different devices.
To run this project locally, you need to :
git clone https://github.com/Ayomide-Philip/DevSpace.git
You will wait for it to download the files locally when done, you run :
cd DevSpace
We know that the goal of this project is to create an interactive website where we can be able to chat post new project we made e.t.c
There fore our project would need a Frontend, backend and a database.
In our frontend we are going to be using:
- React,
- Tailwindcss
- First of all you need to have download a copy of the project locally.
- move to the directory of the project:
cd DevSpace - Since in the project directory you need to move to the frontend folder to be able to run the run the command to view it locally
cd Frontend/ - After moving to the Frontend folder, you need to install all the node module used:
or
npm iThis commands look at the package.json file and install all the node module used for the frontend Projectnpm install - After install the node module since it was vite we used we can run the folllowing command to view it locally on our browser:
After this command runs sucessfully you can head over to :
npm run devhttp://localhost:5173
In our backend we are going to be using:
- NodeJs,
- Express
-
First of all you need to have download a copy of the project locally and be in the DevSpace directory
-
Since in the project directory you need to move to the Backend folder to be able to run the run the command to view it locally
cd Backend/ -
install all needed node modules using:
npm ior
npm install -
After that run:
npm run dev
or
nodemon index.js