Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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

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!