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
- Host: GitHub
- URL: https://github.com/rixrix/stencil-ng1
- Owner: rixrix
- License: mit
- Created: 2016-06-02T23:56:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T00:34:33.000Z (over 9 years ago)
- Last Synced: 2025-01-23T05:15:31.484Z (about 1 year ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`