Simple 'Hello, world!' translation app built from the ground up using AngularJS and ES6 to serve as a development environment for AngularJS projects.
- Install Node.js and npm
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
. - Download dependencies
npm install
. - Build app using
npm run build
. - Deploy app
dist/
to your friendly neighborhood web server.
- Build and deploy app to local webpack-dev-server using
npm start
. - Navigate to url
http://localhost:8080/
. - Make code changes.
- Code with be rebuilt and redeployed to local web server automagically.
"It just works." - Todd Howard