Convert to component based architecture

This commit is contained in:
Schmelczer András 2019-12-21 22:59:41 +01:00
parent eb2075aec5
commit cdaa423b8a
70 changed files with 1942 additions and 484 deletions

6
src/index.ts Normal file
View file

@ -0,0 +1,6 @@
import "./styles.scss";
import { create } from "./page/index";
import { portfolio } from "./content/en";
create(portfolio);