A simple explorer app that shows the lastest 5 blocks in Regen Network.
- Node.js >= 16.14.0
- TypeScript
- React
- React Query (also for a state manager)
- React Bootstrap / Bootstrap
- ESLint with Prettier (also Husky)
- Install node_modules
npm install - Make a copy of
.env.exampleas.env
SetPORTas the port of the app
SetREACT_APP_API_URLas backend API's URL
npm startto start the app
npm run lintto check lint errorsnpm run lint-fixto fix lint errorsnpm testto test the appnpm run buildto build a production bundle