Next.js
Apollo
GSAP
react-image-gallery
react-player
react-responsive
Styled Components
See full list in package.json
Build and Run
# Build
npm run build
# or
yarn build
# Run
npm run start
# or
yarn start
First, install npm packages & run the development server:
# Install packages
npm install
# or
yarn
# Run Dev Server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.