harshzalavadiya / biodiv-ui

Repository for Biodiv UI built in ReactJS and TypeScript. You can see the repo live at the website

Home Page:https://indiabiodiversity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biodiv UI

Next Generation UI for Biodiversity Informatics Platform

code style: prettier typed with TypeScript framework: nextjs

πŸ“¦ Getting Started

yarn install
cp src/configs/site-config.example.json src/configs/site-config.json  # setup with appropriate properties
yarn start # will start development server on port 3000

πŸ‘· Production Build

yarn build
yarn serve           # will start production server

πŸ“ Generate TS Interfaces from Swagger UI

For end to end typesafe models this grately reduces chances of typos and amazing autocomplete ✨

./typegen.sh         # To regenerate modal(s) from microservices endpoints

πŸ”§ Configuration

Code quality checks are done with prettier, eslint and husky.

πŸ“„ License

Apache-2.0 Β© Strand Life Sciences

About

Repository for Biodiv UI built in ReactJS and TypeScript. You can see the repo live at the website

https://indiabiodiversity.org

License:Apache License 2.0


Languages

Language:TypeScript 99.0%Language:JavaScript 0.5%Language:SCSS 0.5%Language:Shell 0.0%