ushiboy / hello-vite

Vite + React test repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Vite

Overview

Vite + React test repository.

I'm trying SSR and SSG while using styled-compoments and i18next, referring to this page.

How to Work

Initialize environment and start development mode

$ cd hello-vite
$ npm install
$ npm run dev

Build

$ npm run build

Start production mode

$ npm run serve

Generate Static

$ npm run generate

About

Vite + React test repository.


Languages

Language:TypeScript 65.9%Language:JavaScript 31.0%Language:HTML 3.1%