Provides a full to-do list example including an Angular 2.0 client and a server backed by MongoDB.
- Complete example project prerequisites
- Open a shell and go to the
end-to-end
directory in the repository - Run
npm install
to install dependencies - Run
gulp
to build the project - Run
node build/server
to start the server - Open a browser and navigate to
http://localhost:3000