An open API service indexing awesome lists of open source software.

https://github.com/linktr-ai/linktr-web

Use React build a website powered by MDBreact
https://github.com/linktr-ai/linktr-web

links nodejs onelink react social

Last synced: 6 months ago
JSON representation

Use React build a website powered by MDBreact

Awesome Lists containing this project

README

          

# LinkTr Web

### How to setup project
- `npx create-react-app linktr-web`
- `yarn start`

### Add MDBreact
- `yarn add mdbreact`
- document
- Doc: https://mdbootstrap.com/docs/react/getting-started/quick-start/
- Color: https://mdbootstrap.com/docs/react/css/colors/
- ICON: https://mdbootstrap.com/docs/react/content/icons-list/

### Add router
- `yarn add react-router-dom`
- document: https://reacttraining.com/react-router/web/guides/quick-start

### Add i18n support
- `yarn add react-i18next i18next`
- document: https://react.i18next.com/latest/using-with-hooks

### Build
- yarn build

### Ship to PROD
- yarn deploy-production