This repo provides a basic Angular 1.X skeleton, using Bootstrap 4 for styling, ESlint for JavaScript linting, the ES6+ syntax and Webpack for bundling and development tools.
src/
common/ <<< common app modules, components, directives, etc. (reusable code)
modules/ <<< app modules and pages group topically
index.js <<< entry point
index.html <<< main html file
git clone https://github.com/zainxyz/ng-es6-skeleton.git
The local server runs on http://localhost:3000
, and it comes with the Webpack's AutoRefresh feature using the --inline
flag on the webpack-dev-server. Read more about Webpack AutoRefresh..
npm i
npm start
npm run build
npm run lint