This is a Next.js project bootstrapped with create-next-app
.
https://skydropx-challenge-six.vercel.app/
📕React Next Redux Material UI Redux Thunk Typescript StoryBook
vercel https://skydropx-challenge-six.vercel.app/
First, Set environment variables into .env file
NEXT_PUBLIC_TOKEN=Fk09kz3ivwbM4sImxQbgd8AGekxAncWWghk4Otv2fiYt
NEXT_PUBLIC_BASE_API=https://api-demo.skydropx.com/v1
Install dependencies:
npm install
Run the development server:
npm run dev
View in http://localhost:3000 in your browser
Run the test:
npm run test
Run the StoryBook:
npm run storybook
View Storybook dashboard in http://localhost:6006 in your browser
Build production app:
npm run build