Used vehicle website, built with typescript, node, express, and ejs.
Hosted with Google Cloud Build + Google App Engine
1) Clone repository
git clone https://github.com/ttamre/carketplace.git
2) Install dependencies from package-lock.json
npm ci
If error, install dependencies from package.json
npm i
# Run this once to compile typescript
npm run build
# Run this to serve the app
npm start
see package.json for dev/test commands
This project is licensed under the GNU v3 General Public License. For more information, see the LICENSE