NextJS1 [next-js] 프로젝트 셋업 (with typescript & tailwindcss) powershell에서 원하는 dir로 이동 후, npx create-next-app@latest --typescript 설치 중간에 프로젝트 명 입력. vs code 로 프로젝트 열기 code 프로젝트명 README.md 수정 index 내용 다 날리기 다음, vs code terminal에서 tailwind 설치 npm install -D tailwindcss postcss autoprefixer 다음 tailwindcss setup npx tailwindcss init -p postcss.config, tailwind.config 파일이 생성된 것을 확인 tailwind.config.js로 가서 코드 내용을 다음과 같이 수정 module.exports = { content: [ "./pages/**.. 2022. 5. 7. 이전 1 다음