ChronoBrake / lhgWebsite

Code for the solo developed MERN stack website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doowan Stats Client & Server

The following need to be installed into Linux (sudo apt update):

  • npm
  • nodejs: v12.16.1
  • awscli
    • "aws configure"
  • redis-server
    • Linux: "sudo systemctl restart redis.servis"
    • WSL: "sudo service redis-server start"

When you pull this repo, use "npm install" to download the packages in both the root AND under the "client" directory.

  • Windows 10 WSL, Ubuntu, and VS Code for development environment. Video
  • To start a React setup from afresh. Video

Running the Server & Client

Run the following command lines in the root directory.

To get the server running only: (Server is running on Port 5000)

  • NOTE: The .env file is needed from Doowan. Once received, place it in the root directory
npm run server

To get the client running only: (Client is running on Port 3000)

npm run client

To run both server and client:

npm run dev

About

Code for the solo developed MERN stack website

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.2%Language:HTML 0.2%Language:Shell 0.0%Language:Procfile 0.0%