This is my first portfolio built with React js
Demo
-
Install the Create React App CLI
npm i create-react-app -
Install dependencies
npm install -
Start the development server
npm start
-
Generate a full static production build
npm run build -
Preview the site as it will appear once deployed
serve -s build

