thatpix3l / utopia

Perfection as far as the eye can see.
0 stars 2 forks source link

Project Structure

├───api -- middle-end
├───database -- back-end
└───ui -- front-end
    ├───dist -- compiled files to deploy
    ├───node_modules -- dependencies
    └───src -- html, css
        ├───public -- assets (images, etc.)
        └───scripts -- ts (js)