-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next-material-starter #18
Comments
|
|
Material-UI https://github.com/mui-org/material-ui/tree/master/examples/nextjs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
앱 생성
npx create-next-app
폴더 구조를 변경한다.
절대 경로 import 설정
jsconfig.js
import 구문에서
src/
밑의 경로로 import 할 수 있게 설정한다.ESLint
npx install-peerdeps --dev eslint-config-airbnb
npm install --save-dev eslint-config-prettier
The text was updated successfully, but these errors were encountered: