어떻게 하면 다양한 형태의 순간적인 정보를 간편하게 저장하고 체계적으로 관리할 수 있을까?
여러분들의 효율적인 정보 관리를 위한 최고의 수단, 링클립입니다.
- React
- React Router
- Vite
- Tailwind CSS
- AWS Amplify
- PWA
- TypeScript
- Install editor
Visual Studio Code
orWebStorm
- Install
ESLint
,Prettier
extensions(plugins) in the editor. - Turn the
formatOnSave
option on. - Make sure your
NodeJS
andyarn
versions are up to date
$ git clone https://github.com/SoftwareMaestro-LinkLip/LinkLip-Client.git
$ cd LinkLip-Client
$ yarn install
- Make pull request to main branch and merge it.
- Check building success in AWS Amplify.
- Make sure your NodeJS and yarn versions are up to date
or
- Clone the repository
$ git clone https://github.com/SoftwareMaestro-LinkLip/LinkLip-Client.git
$ yarn install
- start server
$ yarn dev
- Navigate to http://localhost:3000
linklip-client
├── public/ # static files
│ ├── icons/ # icon images for mobile
│ ├── manifest.json
│ └── sw.js
│
├── src/ # project root
│ ├── assets/
│ │ ├── css/ # css/scss styles
│ │ └── images/ # images, icons, etc.
│ │
│ ├── hooks/ # custom hooks
│ ├── pages/ # application views
│ ├── partials/ # components
│ ├── stores/ # atoms, selectors for Recoil
│ ├── typings/ # types for typescript
│ ├── utils/ # utilities
│ ├── App.tsx
│ ├── ...
│ └── main.tsx
│
├── env
├── env.production
├── index.html
├── pakage.json
├── ...
└── yarn.lock