| Commands | Descripton |
|---|---|
npm start |
start development server |
npm build |
build application |
npm run deploy |
deploy application to github pages |
- Create
.envfile in your root directory. Take.env.examplefile as reference - Install dependencies
npm install - Update
portfolio.jsfile according to your requirements - Start app
npm start
| Tech | Description |
|---|---|
react |
frontend library |
eslint/prettier |
linting |
iconify |
icons |
typescript |
type safety |
reactstrap |
react component library for bootstrap |
axios |
HTTP Client |
⭐ ⭐ Happy coding ⭐ ⭐
