Skip to content

๐Ÿ“ฆ ๋ฆฌ์•กํŠธ + ํ…Œ์ผ์œˆ๋“œ + ํด๋”๊ธฐ๋ฐ˜ ๋ผ์šฐํŒ…

Notifications You must be signed in to change notification settings

karpitonys-stash/creat-react-fbr-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React + Folder-Based Routing + TailwindCSS


Warning

  • ๊ฐœ์ธ์šฉ ๋ณด์ผ๋Ÿฌํ”Œ๋ ˆ์ดํŠธ
  • ํ•ญ์ƒ ํŒจํ‚ค์ง€ ๋ฒ„์ „์„ ์ž˜ ํ™•์ธํ•˜๊ธฐ

Checklist

  • Rename name and author fields in package.json and package-lock.json (๊ธฐ๋ณธ ์ด๋ฆ„์€ boilerplate)
  • Change the author name in LICENSE
  • Change the favicon in public
  • Clean up the README's

Usage

ํŒจํ‚ค์ง€ ์„ค์น˜

npm install

๋กœ์ปฌ์—์„œ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ์‹คํ–‰

npm run dev

Warning

plugin 'vite-plugin-next-router' uses deprecated 'enforce' option. Use 'order' option instead. plugin 'vite-plugin-next-router' uses deprecated 'transform' option. Use 'handler' option instead.

  • ์œ„์™€ ๊ฐ™์€ ๊ฒฝ๊ณ ๊ฐ€ ๋œฐ ์ˆ˜๋„ ์žˆ์Œ
  • @vite-plugin-next-react-router์˜ ๋ฌธ์ œ, ์‚ฌ์šฉํ•˜๋Š”๋ฐ ์ƒ๊ด€ ์—†์–ด๋ณด์ž„.

Actions

name: Deploy

on:
    push:
        branches: ['main']

jobs:
    build:
        runs-on: ubuntu-latest
        container: pandoc/latex
        steps:
            - uses: actions/checkout@v2

            - name: Install mustache (to update the date)
              run: apk add ruby && gem install mustache

            - name: creates output
              run: sh ./build.sh

            - name: Pushes to another repository
              id: push_directory
              uses: cpina/github-action-push-to-another-repository@main
              env:
                  API_TOKEN_GITHUB: ${{ secrets.AUTO_ACTIONS }}
              with:
                  source-directory: 'output'
                  destination-github-username: 'karpitony'
                  destination-repository-name: '๋ ˆํฌ ์ด๋ฆ„๋งŒ, ex)9oormdari-Frontend-Deploy'
                  user-email: ${{ secrets.EMAIL }}
                  commit-message: ${{ github.event.commits[0].message }}
                  target-branch: main

            - name: Test get variable exported by push-to-another-repository
              run: echo $DESTINATION_CLONED_DIRECTORY
  • Vercel์— ๋ฌด๋ฃŒ ๋ฐฐํฌ๋ฅผ ์œ„ํ•œ ์กฐ์ง ๋ ˆํฌ์—์„œ ๊ฐœ์ธ ๋ ˆํฌ๋กœ ๋ณ€๊ฒฝ์‚ฌํ•ญ ๋™๊ธฐํ™” ํ•ด์ฃผ๋Š” ๊นƒํ—ˆ๋ธŒ ์•ก์…˜
  • .github/workflows/deploy.yml์— ๋ถ™์—ฌ๋„ฃ๊ธฐ
  • ๋ ˆํฌ์ง€ํ† ๋ฆฌ ์ด๋ฆ„ ๋ฐ”๊ฟ”์„œ ์ž…๋ ฅํ•˜๊ณ , ์‹œํฌ๋ฆฟ ์ž…๋ ฅํ•˜๊ธฐ
    • EMAIL์—๋Š” ์ด๋ฉ”์ผ ์ฃผ์†Œ, AUTO_ACTIONS์—๋Š” ghp ํ† ํฐ

About

๐Ÿ“ฆ ๋ฆฌ์•กํŠธ + ํ…Œ์ผ์œˆ๋“œ + ํด๋”๊ธฐ๋ฐ˜ ๋ผ์šฐํŒ…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published