이 페이지는 MDC를 활용하여 작성되었으며 Material Design에서 자세한 내용을 학습할 수 있습니다.
git clone https://github.com/llighter/Material-Web.git
npm install
Changes to assets will rebuild the site. Refresh to see changes.
npm run start
Next, open http://localhost:8080/
to see the site locally. The preview server
allows you to see how the content will look on the production site.
스타일을 변경 하는 경우
npm run build
명령어를 통해 webpack 빌드를 수행해주면 된다.