Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.