dianjuar / carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magic-carousel

The best way to create a react and react native carousels

Running tasks

To execute tasks with Nx use the following syntax:

nx <target> <project> <...options>

You can also run multiple targets:

nx run-many -t <target1> <target2>

..or add -p to filter specific projects

nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Want better Editor Integration?

Have a look at the Nx Console extensions. It provides autocomplete support, a UI for exploring and running tasks & generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.

About

License:MIT License


Languages

Language:TypeScript 75.3%Language:JavaScript 13.3%Language:MDX 7.7%Language:CSS 3.5%Language:Shell 0.2%