Nightly is an e-commerce site built for mobile. It is inspired by the Amazon.com mobile site, but unlike Amazon, Nightly has dark-mode.
- Clone the repo
git clone git@github.com:kelott/nightly.git
cd nightly
- Install dependencies in root folder and client folder
npm install
- Start the server from the server folder
npx nodemon index.ts
- Start the client development server from the client folder
npm start
Frontend
Backend

