Skip to content

focus-at/nest-svelte

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.3%
  • TypeScript 33.8%
  • CSS 13.6%
  • Svelte 8.4%
  • HTML 5.9%