This is project repo for tema6 of '2021 카이스트 FE 수업 - Web SSR with Server Driven UI'.
clone this repo and npm install
on this forlder.
Open terminal, run npm run start:render
Open new terminal, run npm run start:web
Enter http://localhost:3000/
Import the minified CSS file import 'semantic-ui-css/semantic.min.css'
Import what you want after it like import { Container, Header, Button } from 'semantic-ui-react'