Skip to content
/ fes-starter Public template

A fes.js + TypeScript starter template

Notifications You must be signed in to change notification settings

daotl/fes-starter

Repository files navigation

fes-starter

A fes.js + Vite + TypeScript starter template.

Checkout the single-page branch for single page apps like dashboards (no Vue Router)

Technology stack

Project setup

npm install -g @fesjs/create-fes-app
pnpm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run prod

Lint & fix

npm run lint
npm run lint:fix

See Fes.js CLI docs and package.json for more.

Guides & References

Must-read

Read the following must-read to understand the technology stack of this template.

Recommended