Free bio link tool for your social medias! Allow you to create a personal page where you can leave your contacts
start
run next.js serverbuild
build projectdev
run next.js server in dev modetest
run unit testsstorybook
start storybook serverbuild-storybook
build storybook documentation
- Setup API server
- Clone repository
git clone https://github.com/zotovY/linkup-web
- Install all dependencies
yarn
- Create
security
folder in root and put your SSL certificates insecurity/cert.cert # your certificate security/cert.key # key for your certificate
- Run server with
yarn start
oryarn dev
- Next.JS & React as main frameworks
- Redux – state manager with addons like react-redux, redux-thunk, @reduxjs/toolkit
- Typescript – programming language
- Styled components – styling tool
- Formik – tool for building forms
- Storybook – documentation tool
- Jest & React Testing Library – testing tools
- react-toastify, react-loading-skeleton for UI
Do you like this project? Want to contribute and make it cooler? You can easily do it! First, check contribution.md. Here you can find instructions that can help to build this project.
This project was build by Yaroslav Zotov.