Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ops-gaurav/snippets
https://github.com/ops-gaurav/snippets
code nodejs snippets
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ops-gaurav/snippets
- Owner: ops-gaurav
- Created: 2017-01-26T11:07:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T07:51:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T09:17:17.223Z (2 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
![image](https://photos-3.dropbox.com/t/2/AAAupgZYrFNPQn1AW319joQ-4NwxnzRq4yIgXNKUgnDHAw/12/90940629/png/32x32/1/_/1/2/snippet.png/EI7X10YYlBcgBygH/dQmXT14sGMyrEOBcfnz-2-yCmdr6sUI-RLHHsMpGGhs?size=1280x960&size_mode=3)
Snippets is a sample open source application developed in MEAN stack that helps you to save coding snippets
### Running the appSnippets 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!**