Skip to content

Commit

Permalink
📝 Github Shows README in .Github
Browse files Browse the repository at this point in the history
  • Loading branch information
UrWrstNightmare committed May 10, 2023
1 parent c693549 commit f9c9f21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
25 changes: 24 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
Put Github Configs & Workflows Here!

# Example Prisma + Express + React (JS) Project Setup for SPARCS Newbie Seminar (by Night)

## Folder Structure (Monorepo)

### /

- The root directory
- You can run `yarn dev` to run both client & server locally at the same time
- You should **almost never** run `yarn add` in the root directory
- Contains Makefiles to run Docker Container containing Postgres

### /client

- The client directory
- Contains React + FrontEnd Code (in JS)
- Uses Vite (SWC)

### /server

- The server directory
- Contains Express + Prisma Setup

## TODO (After cloning Repo)
19 changes: 0 additions & 19 deletions README.md

This file was deleted.

0 comments on commit f9c9f21

Please sign in to comment.