https://github.com/mathdroid/sikk-web
SIKK Web Client
https://github.com/mathdroid/sikk-web
Last synced: 8 months ago
JSON representation
SIKK Web Client
- Host: GitHub
- URL: https://github.com/mathdroid/sikk-web
- Owner: mathdroid
- Created: 2015-12-05T11:49:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T13:05:26.000Z (about 10 years ago)
- Last Synced: 2025-02-23T03:29:32.589Z (12 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular
This project was generated with the [Angular Full-Stack Generator](https://github.com/DaftMonk/generator-angular-fullstack) version 3.0.1.
## Getting Started
### Prerequisites
- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org) Node ^4.2.3, npm ^2.14.7
- [Bower](bower.io) (`npm install --global bower`)
- [Grunt](http://gruntjs.com/) (`npm install --global grunt-cli`)
- [MongoDB](https://www.mongodb.org/) - Keep a running daemon with `mongod`
- [SQLite](https://www.sqlite.org/quickstart.html)
### Developing
1. Run `npm install` to install server dependencies.
2. Run `bower install` to install front-end dependencies.
3. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running
4. Run `grunt serve` to start the development server. It should automatically open the client in your browser when ready.
## Build & development
Run `grunt build` for building and `grunt serve` for preview.
## Testing
Running `npm test` will run the unit tests with karma.