ThanhLy1 / CV-Builder

0 stars 0 forks source link

Set Up the Next.js Project Environment #3

Open ThanhLy1 opened 2 months ago

ThanhLy1 commented 2 months ago

3. Set Up the Next.js Project Environment

3.1 Install Node.js

3.2 Create a New Next.js App

Run the following command to create a new Next.js app: npx create-next-app@latest my-cv-builder cd my-cv-builder

3.3 Install Dependencies

3.4 Set Up Tailwind CSS

3.5 Test the Tailwind Setup