https://github.com/balasasidhar/angularjs-es6-with-webpack
AngularJS 1.7.x, ES6 and Webpack 4 Starter template
https://github.com/balasasidhar/angularjs-es6-with-webpack
angular1 angular1-component-style angular1-es6 angular1-webpack-setup angular1-x angular1x angularjs
Last synced: 3 months ago
JSON representation
AngularJS 1.7.x, ES6 and Webpack 4 Starter template
- Host: GitHub
- URL: https://github.com/balasasidhar/angularjs-es6-with-webpack
- Owner: balasasidhar
- License: mit
- Created: 2017-11-09T03:12:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T14:58:24.000Z (over 5 years ago)
- Last Synced: 2025-01-08T05:35:39.089Z (5 months ago)
- Topics: angular1, angular1-component-style, angular1-es6, angular1-webpack-setup, angular1-x, angular1x, angularjs
- Language: JavaScript
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angualrjs-es6-with-webpack
AngularJS, ES6 and Webpack 2 starter template
## What it Contains
1. **src** directory for AngularJS project with mulitple containers and components
2. **theme** for Styling/CSS
3. Webpack configuration for development with dev-server
4. Webpack configuration for production## How to run
- Install [Git](https://git-scm.com/) and [NodeJS](https://nodejs.org)
- Clone Project by running the following command in terminal
`git clone https://github.com/sasidhar678/angularjs-es6-with-webpack`- Navigate to root directory and install npm dependencies
`npm install`- For development/run development server
`npm start`
- To production build
`npm run build`## References
- [AngularJS](https://angularjs.org/)
- [ES6](https://es6.io/)
- [Babel](https://babeljs.io/)
- [SASS](https://sass-lang.com/)
- [Webpack](https://webpack.js.org/)