Please check the official ReactJS installation guide for server requirements before you start. Official Documentation
Clone the repository
git clone https://github.com/TOEKANGKU/profile.git
Switch to the repo folder
cd profile
Install all the dependencies using npm
npm install
Start the local development server
npm run start
You can now access the application at http://localhost:3000
Run to build for production
npm run build
Start the build
node server