Personal website project fatihtelis.com is bootstraped with create-next-app and made with the following frameworks/libs;
Three.js is used for 3D animations powered by WebGL. GreenSock (GSAP) is added to the project for controlling complex css animations.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
Builds the app for production to the .next
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Starts the application in production mode. The application should be compiled with `next build` first.
Exports the application to "/out" folder as a static html site.