Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maddeveloper/search-engine-design
https://github.com/maddeveloper/search-engine-design
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maddeveloper/search-engine-design
- Owner: MadDeveloper
- Created: 2016-12-21T23:09:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T23:03:57.000Z (about 8 years ago)
- Last Synced: 2024-11-08T20:19:15.659Z (2 months ago)
- Language: TypeScript
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2 Electron Starter (with angular cli)
```bash
# angular2 cli required
npm install -g angular-cli# install
npm install# run webpack dev server
npm start# run karma tests
npm test# build angular project
npm run build# preview electron (without angular build)
npm run electron# create electron package (build included)
npm run package```