focus-at / nest-svelte

NestJs and SvelteJs template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nest-svelte

A NestJs and SvelteJs combo. A really simple ready-to-use app with best performances.

Installation

npx degit frontend-templates-world/nest-svelte # or yarn degit frontend-template-world/nest-svelte
cd nest-svelte
npm i # or yarn

Usage

# Developement
npm run dev # or yarn dev

# production mode
npm run start:prod # or yarn start:prod

# Production
npm run build # or yarn build

# unit tests
npm run test # or yarn test

# e2e tests
npm run test:e2e # or yarn test:e2e

# test coverage
npm run test:cov # or yarn test:cov

In the src/api folder, you have all backend related file. It's where you create the api for the frontend. The frontend is directly in src directory.

About

NestJs and SvelteJs template


Languages

Language:JavaScript 38.3%Language:TypeScript 33.8%Language:CSS 13.6%Language:Svelte 8.4%Language:HTML 5.9%