Skip to content

TheGoldenPatrik1/personal-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-site

Overview

This is the source code for my personal webiste. It is built in JavaScript using React for the frontend and a Node Express server for the backend.

Setup

Backend

  1. In the root directory, create a .env file with the following parameters:
    • EMAIL_CLIENT - the type of email client (for example, gmail)
    • EMAIL_ADDRESS - the address for the nodemailer client to use
    • EMAIL_PASS - the password to the email address
  2. In a new terminal, navigate to /backend.
  3. Run npm i to install packages.
  4. Run node server.mjs to start the server.

Frontend

  1. In a new terminal, navigate to /frontend.
  2. Run npm i to install packages.
  3. Run npm start to start the app.

About

The code for my personal website, built with React and Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages