Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 223 Bytes

quick-assets-with-vite

Start building with VITE

  • can start building react

  • can start using scss

    
    // install
    npm install
    
    // start and build
    npm run start
    npm run build
    npm run preview