Skip to content

arfcodes/frontend-toolkit

Repository files navigation

Frontend Toolkit 🔧

Toolkit to ease the daily life of frontend developers.

license version

Setup the Project

The following steps will get you up and running to contribute:

  1. Fork the repo
  2. Clone your fork locally
git clone https://github.com/<your_github_username>/frontend-toolkit.git
cd frontend-toolkit
  1. Run yarn install to install all dependencies

Development

This project uses a monorepo structure to more easily manage projects.

Static Components

For developing static components, you can follow this steps:

  1. Run yarn dev:static or yarn dev:main
  2. Open localhost:5000 for the demo pages

React Components

For developing react components, you can follow this steps:

  1. Run yarn dev:react or yarn dev:main
  2. Open localhost:5001 for the demo pages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published