All Projects → ysulyma → lv-tutorial

ysulyma / lv-tutorial

Licence: other
Tutorial for Liqvid

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
stylus
462 projects

Labels

Projects that are alternatives of or similar to lv-tutorial

player
Library for interactive videos in React
Stars: ✭ 686 (+1495.35%)
Mutual labels:  liqvid

To start server:

npm install
liqvid serve

Your browser should then open to http://localhost:3000. To run on a different port, you can use e.g. liqvid serve -p 8080.

To make production build:

liqvid build

To preview production build:

NODE_ENV=production liqvid serve

To compile Stylus to CSS:

npm run stylus
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].