alexweininger / Test-Device-Booking

Web app for managing test device booking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Device Booking Build Status codecov

Installing

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

About

Web app for managing test device booking


Languages

Language:JavaScript 93.5%Language:CSS 3.9%Language:HTML 2.7%