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

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

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/)