- person interface를 생성하고, 생성자를 활용해 person intance를 생성하는 model 생성
- interface 지정해 faker lib 사용해 데이터 셋 만드는 controller
- 만들어진 data set을 가져와 사용자에게 display해주는 view
This project has been created using webpack-cli, you can now run
npm run build
or
yarn build
to bundle your application