https://github.com/zefirka/nadmozg
https://github.com/zefirka/nadmozg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zefirka/nadmozg
- Owner: zefirka
- Created: 2015-08-12T18:50:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T16:16:15.000Z (over 10 years ago)
- Last Synced: 2025-10-13T12:40:25.217Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#nadmozg [](https://travis-ci.org/zefirka/nadmozg) [](https://coveralls.io/github/zefirka/nadmozg?branch=master)
## Make targets
- `start` - runs a server (if you have supervisor then it runs with node-supervisor)
- `build` - builds package for first time
- `static` - builds static files (js/css)
- `docs` - build documentation
- `test` - runs auto-testing server
## Frontend packages
To use browser package we don't use bower anymore. Just write dependencie in NPM package.json and add name of dependency to `frontend/dependencies` array in file. It will be installed to the `public/static/lib`.