Installation

System Requirements

Make sure these dependencies are on your local computer:

  • Node - 10.x or higher; 12.x is recommended
  • Yarn - 1.x

Git Repository

Clone the repository and install dependencies:

# cd into Code directory; i.e. ~/Code
cd [code-directory]

# clone the repository
git clone git@github.com:jzhai-github/jtcc-fastspot.git

# cd into project
cd jtcc-fastspot

# install dependencies; we recommend using yarn
yarn install

Fractal

Fractal is a tool to help you build and document web component libraries, and then integrate them into your projects.

Learn more about working with Fractal.

Helpful Links