This project was created with Create React App.
After download, run below command in the console from project root directory
npm install
This will install all needed dependencies and packages.
After all packages installed successfully, run from the project root directory
npm start
This will start development server on http://localhost:3000 port
The data for portfolio is in data.js
file
root/
...
src/
...
data.js <--- HERE
Feel free to add your own projects, information and images on the website and/or rebuild this project for fetching data from your server APIs.
To build the app for production run
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance into /build
folder.