Commands | Descripton |
---|---|
npm start |
start development server |
npm build |
build application |
npm run deploy |
deploy application to github pages |
- Create
.env
file in your root directory. Take.env.example
file as reference - Install dependencies
npm install
- Update
portfolio.js
file 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 ⭐ ⭐