Portfolio with React.js
- Node.js
Open command prompt and type the command as follows.
npm install --global yarn
Install NPM Packages for this project. Open Command Prompt on this project directory. And then run the following command.
yarn
npm start
./deploy.github.pages.sh
Install serve
npm. Please, should use only once. Because it's only for serving built files.
npm install --global serve
And run the below bash.
cd frontend
rm -fR ./build/
npm run build
serve -s build
You can visit and test via http://localhost:3000