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
- Host: GitHub
- URL: https://github.com/linktr-ai/linktr-web
- Owner: linktr-ai
- Created: 2022-01-02T16:04:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T05:44:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T00:27:44.222Z (over 1 year ago)
- Topics: links, nodejs, onelink, react, social
- Language: TypeScript
- Homepage: https://linktr.cn
- Size: 404 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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