Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 732 Bytes

This repository is a mirror of the files on https://ggwdr.freedomains.dev/, where I host my solutions for the challenges on c0d3.

The challenges are small projects where you're asked to build a back-end API for different things with a simple front-end to consume it.

For the website, I spiced up the front-end a bit with Bootstrap and Bootswatch Darkly.

Hosting a local server

  1. Clone this repository:
git clone https://github.com/ggwadera/c0d3-challenges.git
cd c0d3-challenges
  1. Instal the node modules:
npm install
  1. Start the server:
npm run start
  1. Open in your browser: http://localhost:8123