https://github.com/bugmaker-237/angular-webpack-babel-scratch
This is a small starter app used as base app for an angular 1.6.5 project implementing webpack 3.3.0 with babel in ES6
https://github.com/bugmaker-237/angular-webpack-babel-scratch
angular angular-material babel es6 javascript webpack
Last synced: 2 months ago
JSON representation
This is a small starter app used as base app for an angular 1.6.5 project implementing webpack 3.3.0 with babel in ES6
- Host: GitHub
- URL: https://github.com/bugmaker-237/angular-webpack-babel-scratch
- Owner: bugMaker-237
- Created: 2017-03-17T16:38:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T11:33:59.000Z (about 8 years ago)
- Last Synced: 2025-01-12T16:29:05.671Z (over 1 year ago)
- Topics: angular, angular-material, babel, es6, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a small starter app used as base app for an angular 1.6.5 project implementing webpack 3.3.0 with babel in ES6
## Running the code
To run the sample, open a command prompt and execute the following commands:
- npm install (to install dependencies)
- npm start (to start the server)
- Open a browser and change the URL to http://localhost:3700
Hope you will understand internals of this code sample ☺. Fill free to improve the repository!