https://github.com/sagarailani/code-snippet-manager
A simple webapp for storing code snippets.
https://github.com/sagarailani/code-snippet-manager
blaze meteorjs mongodb
Last synced: about 1 month ago
JSON representation
A simple webapp for storing code snippets.
- Host: GitHub
- URL: https://github.com/sagarailani/code-snippet-manager
- Owner: sagarailani
- Created: 2018-04-05T18:55:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T12:29:53.000Z (almost 8 years ago)
- Last Synced: 2025-11-06T09:16:15.800Z (7 months ago)
- Topics: blaze, meteorjs, mongodb
- Language: CSS
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-snippet-manager
A simple webapp for storing code snippets developed while learning Meteor.js framework.
## Installation
Clone the repository on your local machine.
```
git clone https://github.com/sagarailani/code-snippet-manager.git
```
```
cd code-snippet-manager
```
Install dependencies
```
meteor npm install
```
Run project
```
meteor
```