This is a landing page demo for a car liquid wrap service.
- Present to prospect clients about landing pages and sites.
- Practice Next.js framework with built-in router and API.
- Next.js: 12.1.5
- React: 17.0.2
- Chakra-UI: 1.8.8
- Chakra-Icon: 1.1.7
- Styled Emotion: 11
- Framer Motion: 6
- Embla Carousel: 6.2.0
- ESLint styles: airbnb
- Husky: 8.0.1
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Project can be built manually:
npm run build
# or
yarn run build
then drag and drop the build folder to Vercel, Netlify, GitHub Page etc.
or deploy directly to Vercel via GitHub which will benefit with CI/CD, as every change from your branch will rebuild the site
The project is deployed on Vercel, as the convenience of CI/CD from Vercel server.
- Testing
- API setup
- Code Splitting: add constants
- JSDoc
- PropTypes