Skip to content

paprende/ng2-app-example

Repository files navigation

Angular 2 Demo

Warning: Make sure you're using the latest version of Node.js and NPM

# To use the correct version install nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
# or
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash

# and then in the project root
$ nvm use

Start the Application

# install the dependencies with npm
$ npm install

# start the server
$ npm start

# start the mock backend server (In another tab)
$ npm run start-backend

# run the tests
$ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published