Project created using TypeScript, Express, and create-react-app
. This application is structured in the following way:
src
: contains all the codeindex.ts
is the main server filetypes
contains all TypeScript typesdata
contains all data filesapi
contains all API endpoints
client
contains frontendsrc
contains frontend codecomponents
contains component filesassets
contains images
public
contains html files and information that shouldn't be touchedbuild
if you have it, ignore it
Here are some quick steps to get this this application up and running on your computer :)
- Clone the repo to a folder of you're liking using the command prompt.
cd
into the folder, this project by default is calledCOP3530-Project3
- Run the command
npm run launch
, if you are running it for the first time (else runnpm run dev:deploy
) - Go to
http://localhost:8000
in the browser of your choice - You should see it up and running, enjoy :)