A simple responsive portfolio website
- React.js
- TypeScript
- Asp.Net core 2.0
Edit ClientApp\assets\experiences.json
for content on the experience page.
Go to Controllers\HomeController
to setup emails for the contact form. I'm using SendGrid API to send the emails.
Clone repository
Open a command prompt in project location:
npm install
dotnet run