- NodeJS v16+
- NPM v8+
- Visual Studio Code with 'Prettier' and 'SCSS IntelliSense' extensions installed
- Yarn v3
yarn install
yarn start
Note
If you want to point to a different environment than production you must create .env file with the WORMSCAN_API_BASE_URL that you want to use in the root project folder
yarn build
npx serve -s dist
yarn clean
- Wormholescan SDK
- Parcel as the build tool.
- Typescript as the language.
- ReactJS as the development tool/library.
- Sass as the CSS processor.
- Prettier to enforce a standard code styling.
- Radix UI primitives and Radix Icons as components library.
- RecoilJS as the state management library.
- React Router as the routing library.
- React Query as a server state helper library.
- Apex Charts as the chart generation library.