/JamalKaksouri-Website

My Website made with React, Next.js, Chakra UI, Framer Motion, Three.js

Primary LanguageJavaScript

JamalBetria's Homepage

Stack

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React
  • Three.js - 3D library for JavaScript
  • Framer Motion - An animation library for React

Project structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images and 3d model file
└── public

Setup

  1. run command npm install in root project
  2. run npm run dev
  3. open browser type: http://localhost:3001

If you received a similar error like this: Error: listen EACCES: permission denied 0.0.0.0:3001 Open Command Prompt as Administrator and run: net stop winnat then net start winnat and try to run again npm run dev

License

MIT License.