마봉칭찬스티커 업데이트 버전 기존의 Vue가 아닌, Svelte로 진행.
npm run dev
npm run build
// 스벨트로 정적 페이지 만들기 https://gbg.pages.dev/posts/sveltekit-blog
// 스벨트 라우팅 (+page 등 설명) https://osg.kr/archives/674
firebase (web javascript) https://firebase.google.com/docs/database/web/read-and-write?hl=ko
svelte 에서 CRUD 생성 https://blog.logrocket.com/building-crud-application-svelte-firebase/
svelte static page 로 firebase에 배포하기 아빠의 삽질로 일궈낸 칭찬 스티커 만들기!
시작 아들이 포켓몬에 빠져 살다가 "팔데아"지방인가 뭔가 "코라이돈인가 미라이돈인가 뭔가" 때문에, 해당 포켓몬들이 나오는 칭찬스티커를 내놓으라는 명에 따라 만들기 시작한 이야기.
그래 덕분에 공부할려고 했던 svelte 와 기존에 있던 칭찬스티커를 조합해보자 라는 생각으로 v2를 만들기 시작했다.
목표
Everything you need to build a Svelte project, powered by create-svelte
.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.