Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekzhang/ekzlib

Source code for the ekzlib website
https://github.com/ekzhang/ekzlib

algorithms angular code-library competitive-programming data-structures

Last synced: 5 days ago
JSON representation

Source code for the ekzlib website

Awesome Lists containing this project

README

        

# ekzlib

This repository contains source code for the [ekzlib website](https://ekzlib.herokuapp.com).

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
```