https://github.com/skoniks/secretnotes-nest
https://github.com/skoniks/secretnotes-nest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/secretnotes-nest
- Owner: skoniks
- Created: 2024-03-04T02:53:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T20:10:09.000Z (about 1 year ago)
- Last Synced: 2024-12-28T20:27:25.360Z (5 months ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```