First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
#It might crash because of some very insecure fetching of data.
npm run build
#or
yarn buildnpm run start
#or
yarn startFirst, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
#It might crash because of some very insecure fetching of data.
npm run build
#or
yarn buildnpm run start
#or
yarn start