Skip to content

Simple 'Hello, world!' translation app built from the ground up using AngularJS and ES6 to serve as a development environment for AngularJS projects.

License

Notifications You must be signed in to change notification settings

W3G33K/angular-es6-starter

Repository files navigation

AngularJS & ES6 Starter Tooling

Simple 'Hello, world!' translation app built from the ground up using AngularJS and ES6 to serve as a development environment for AngularJS projects.

Setup

Production Environments

  1. Install Node.js and npm https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
  2. Download dependencies npm install.
  3. Build app using npm run build.
  4. Deploy app dist/ to your friendly neighborhood web server.

Development Environments (with webpack-dev-server)

  1. Build and deploy app to local webpack-dev-server using npm start.
  2. Navigate to url http://localhost:8080/.
  3. Make code changes.
  4. Code with be rebuilt and redeployed to local web server automagically.

"It just works." - Todd Howard

About

Simple 'Hello, world!' translation app built from the ground up using AngularJS and ES6 to serve as a development environment for AngularJS projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published