https://github.com/ops-gaurav/snippets
https://github.com/ops-gaurav/snippets
code nodejs snippets
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ops-gaurav/snippets
- Owner: ops-gaurav
- Created: 2017-01-26T11:07:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T07:51:49.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T15:37:22.305Z (12 months ago)
- Topics: code, nodejs, snippets
- Language: JavaScript
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets

Snippets is a sample open source application developed in MEAN stack that helps you to save coding snippets
### Running the app
Snippets requires [Node.js](https://nodejs.org/) v6+ to run.
Install the dependencies and devDependencies and start the server.
```sh
$ cd snippets
$ npm install -d
$ gulp server
```
**Free Software, Hell Yeah!**