Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swistak-codes/gradient

Code for blog article
https://github.com/swistak-codes/gradient

Last synced: about 2 months ago
JSON representation

Code for blog article

Awesome Lists containing this project

README

        

# Gradient

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

Code for blog article: https://swistak.codes/post/gradienty/

## Start the app

To start the app run one of the following:

- for RGB linear gradient presentation: `npm run start:linear-rgb`
- for HSL linear gradient presentation: `npm run start:linear-hsl`
- for polynomial gradient presentation: `npm run start:polynomial`
- for Bézier gradient presentation: `npm run start:bezier3d`

Open your browser and navigate to http://localhost:4200/.