ekzhang / ekzlib

Source code for the ekzlib website

Home Page:https://ekzlib.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ekzlib

This repository contains source code for the ekzlib website.

This is a static site built with Angular and deployed on Netlify.

Building and Running

Run the development server:

npm start

Build the client-side production bundle with Angular, and serve static files:

ng build --prod
npx serve -s dist

About

Source code for the ekzlib website

https://ekzlib.netlify.app/


Languages

Language:TypeScript 72.9%Language:HTML 24.0%Language:CSS 3.1%