Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.98 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.98 KB

Lint, Test and Build codecov

Playground Repository

This project serves as a validation of the chosen tech stack, configurations, and best practices. It's a simple setup that utilizes modern tools and libraries to create a seamless development experience.

Tech Stack

  • React: JavaScript library for building user interfaces.
  • Vite: Build tool and development server that optimizes the frontend development experience.
  • SWC: JavaScript/TypeScript compiler replacing Babel.
  • Storybook: UI component development environment for testing and showcasing components in isolation.
  • Styled Components: Library for styling React components with tagged template literals.

Additional Choices

Project Setup

  1. Clone this repository.
  2. Install dependencies:
npm install
  1. Start the development server:
npm run dev

This will start the Vite development server.

Contributing

  1. Fork this repository.
  2. Create a new branch for your feature/bugfix: git checkout -b feature/xyz.
  3. Make your changes and commit using the Conventional Commits format.
  4. Push your branch to your forked repository.
  5. Create a pull request to the main repository's main branch.