/learning-fast

This is a sample repository used to learn FAST from https://www.fast.design/. Articles posted on https://dev.to use this repository

Primary LanguageJavaScript

Building Web Components 101 - Part 2

This is a sample repository to show how to build web components based on FAST.

To run the project,run the following in order:

  1. git clone https://github.com/tebinraouf/learning-fast.git
  2. cd learning-fast
  3. yarn or npm install
  4. yarn build
  5. yarn dev