Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maddeveloper/search-engine-design


https://github.com/maddeveloper/search-engine-design

Last synced: 7 days ago
JSON representation

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

```