Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

File metadata and controls

18 lines (12 loc) · 611 Bytes

neowsl

Neal Wang's portfolio website

Project Structure

Derived from the Bulletproof React project structure.

  • src/app/routes/ is renamed to src/app/views/ since this is an SPA.
  • src/stores/ is renamed to src/state/ to reflect Svelte's state management.
  • tests/ contains unit tests.

Sources