Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

chapterjason/00000010-blog

Repository files navigation

NestJS Single Page Application

Getting Started

There are several package.json-Scripts, do not use them, just work with the Docker container.

Folder Structure

nestjs-single-page-application/
├── assets/ - Frontend
│   ├── js/ - Frontend javascript source
│   └── css/ - Frontend css source
├── public/ - Public folder which will be served by the application
├── src/ - The backend javascript source folder
├── templates/ - Templates used by the backend
│   ├── layouts/ - Layouts define different base layout
│   │   └── default.html.twig - Default layout
│   └── base.html.twig - Basic HTML template

Start

Just run the script ./scripts/start.sh

Stop

Just run the script ./scripts/stop.sh

Dependency changes

If you change some dependencies you have to update the container with yarn run docker:start --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published