Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaiorano/snippets-vault
:computer: Save your own snippets on a mysql server.
https://github.com/fsmaiorano/snippets-vault
bootstrap4 express mariadb nodejs nunjucks postcss ts-node typeorm typescript
Last synced: 30 days ago
JSON representation
:computer: Save your own snippets on a mysql server.
- Host: GitHub
- URL: https://github.com/fsmaiorano/snippets-vault
- Owner: fsmaiorano
- Created: 2018-11-20T21:41:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T17:49:33.000Z (about 6 years ago)
- Last Synced: 2024-11-05T13:16:02.617Z (3 months ago)
- Topics: bootstrap4, express, mariadb, nodejs, nunjucks, postcss, ts-node, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 439 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :construction: Snippet Vault :construction:
Save your own snippets on a mysql server.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
NodeJS and MySQL installed.
### Installing
Execute the commands:
```
$ npm install or yarn
```and
```
$ npm run start or yarn start
```## Deployment
Execute the command:
```
$ npm run build or yarn build
```after process finish, get the dist directory.