There are several package.json
-Scripts, do not use them, just work with the Docker container.
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
Just run the script ./scripts/start.sh
Just run the script ./scripts/stop.sh
If you change some dependencies you have to update the container with yarn run docker:start --build