Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 934 Bytes

File metadata and controls

35 lines (25 loc) · 934 Bytes

Tutorial 1 – Setting Up the Project

Before we dive in, make sure you have the following installed:

  • Npm - for managing JavaScript packages.
  • Git - for cloning the repository and version control.

Getting Started

  1. Clone the repo:
git clone https://github.com/ryanbalieiro/react-portfolio-template
  1. Go to the project's root folder and use npm to install all required components:
npm install
  1. Launch the project in developer mode:
npm run dev
  1. Run the command below to clear out the default content:
npm run resume:clear

This will reset your portfolio, removing all the pre-filled sections and content—giving you a clean slate to start from.

Next Steps

Ready to keep going? Check out the next tutorial step:

Next: Configuring settings.json ➡️