Skip to content

ekzhang/ekzlib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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