Skip to content

ttamre/carketplace

Repository files navigation

_CARKETPLACE

Description

Used vehicle website, built with typescript, node, express, and ejs.

Hosted with Google Cloud Build + Google App Engine

Link

Installation

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

Usage

# Run this once to compile typescript
npm run build

# Run this to serve the app
npm start

see package.json for dev/test commands

License

This project is licensed under the GNU v3 General Public License. For more information, see the LICENSE