Project created using TypeScript, Express, and create-react-app. This application is structured in the following way:
src: contains all the codeindex.tsis the main server filetypescontains all TypeScript typesdatacontains all data filessdkcontains functions to be used via the API
clientcontains frontendsrccontains frontend codecomponentscontains component filesassetscontains images
publiccontains html files and information that shouldn't be touchedbuildif 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.
cdinto 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:8000in the browser of your choice - You should see it up and running, enjoy :)