/ng2

This is a quick start creating an angular 2 application with webpack.

Primary LanguageJavaScriptMIT LicenseMIT

ng2

This is a quick start creating an angular 2 application with webpack.

Quick start

# Clone my repo
git clone https://github.com/muweigg/ng2.git

# Change directory to ng2
cd ng2

# Install dependencies
npm install
or
yarn install

# Start dev server at http://localhost:4444
npm run serve
or
yarn serve

# Build for production (uses aot compiler)
npm run build:aot
or
yarn build:aot