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

https://github.com/rixrix/stencil-ng1

Angularjs 1.x seed project with webpack + npm only
https://github.com/rixrix/stencil-ng1

Last synced: 6 months ago
JSON representation

Angularjs 1.x seed project with webpack + npm only

Awesome Lists containing this project

README

          

# stencil-ng1
Angularjs 1.x seed project with webpack + npm only

# commands

Starts a Webpack development server

`$> npm start`

Builds a the entire app for deployment in `dist/` folder

`$> npm run build`