https://folks-movie.netlify.app
- React js
- Tailwind css
- Lazy load image
- Performance optimization with useMemo & useCallback
- Firstly, Create new folder and initial with
git init
- Clone project into your local
git clone https://github.com/hendrialqori/folks-movie.git
- Login into directory project
cd folks-movie
- Then, Install all dependency from package.json
npm install
- If success, Run project with
npm run dev
, Project listen at port http://localhost:5173