The goal of this project is to manage the seller details code, web application with AngularJS (1.7) and webpack (4.41).
Features include:
- ES6 support with Babel
- Routing with
ui-router - XHR requests with
angular-local-storagefor local storage caching - Separate webpack builds for development/production (with linting, minification, and source maps)
- Themeable styling with Sass;
- Start a new project without the repository's commit history:
git clone npm installto install dependenciesnpm run startto start app on development server (localhost:8080)npm run buildto generate production build in public/ directory.