Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 654 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 654 Bytes

React + Vite + twin.macro

Preview

Getting Started

  1. Clone this repository

    git clone https://github.com/hendraaagil/react-vite-twin-macro.git
  2. Go to project directory and install all dependencies

    cd react-vite-twin-macro
    yarn # or npm install
  3. Available scripts

    # Run development server
    yarn dev
    
    # Build project
    yarn build
    
    # Serve project
    yarn serve

Learn More