- Node.js 18+
- npm 9+
Feel free to fork this project and customize it with your own information and style.
- Clone the repository.
- Move into the project directory.
- Install dependencies.
- Start the development server.
git clone <your-repo-url>
cd react-portfolio
npm install
npm run devThe app will be available at http://localhost:3000.
npm run dev- Start the development server.npm run build- Build the app for production.npm run start- Start the production server on port 3001.npm run lint- Run ESLint checks.
npm run build
npm run start