This is a full stack TypeScript/Express app.
Accessing:
The app uses npm
as a package manager.
Clone the app.
To run the server locally: cd server
npm install
npm run dev
To run the client locally: cd client
npm install
npm run start
To Deploy:
Assuming you have the Netlify Cli installed:
To deploy the server: cd server
netlify build
netlify deploy prod
Publish directory: .
To deploy the client: cd client
netlify build
netlify deploy prod
Prod Url:
Guess the character - frontend.
Guess the character - backend.
Video of game: