Skip to content

Welcome to D3V++!!! We are a community committed to the promotion and development of technology even in this T-pain Era. We strive for excellence in everything we do.

Notifications You must be signed in to change notification settings

samkiell/DevSpace

Repository files navigation

D3V++ Website Documentation

Project Overview

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.

How to Downlad a Copy of the project locally

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

How the files Are Structured

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.

Frontend

In our frontend we are going to be using:

  1. React,
  2. Tailwindcss

How to run the Frontend File locally:

  1. First of all you need to have download a copy of the project locally.
  2. move to the directory of the project:
    cd DevSpace
    
  3. 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/
    
  4. After moving to the Frontend folder, you need to install all the node module used:
    npm i
    
    or
    npm install
    
    This commands look at the package.json file and install all the node module used for the frontend Project
  5. After install the node module since it was vite we used we can run the folllowing command to view it locally on our browser:
    npm run dev
    
    After this command runs sucessfully you can head over to :
    http://localhost:5173
    

Backend

In our backend we are going to be using:

  1. NodeJs,
  2. Express

How to run the Backend File locally:

  1. First of all you need to have download a copy of the project locally and be in the DevSpace directory

  2. 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/
    
  3. install all needed node modules using:

    npm i
    

    or

    npm install
    
  4. After that run:

  npm run dev

or

nodemon index.js

About

Welcome to D3V++!!! We are a community committed to the promotion and development of technology even in this T-pain Era. We strive for excellence in everything we do.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages