alexnoox / ng2-dashboard

A dashboard built with angular2 and love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

               ___            __           __    __                   __
   ____  ____ |__ \      ____/ /___ ______/ /_  / /_  ____ __________/ /
  / __ \/ __ `/_/ /_____/ __  / __ `/ ___/ __ \/ __ \/ __ `/ ___/ __  /
 / / / / /_/ / __/_____/ /_/ / /_/ (__  ) / / / /_/ / /_/ / /  / /_/ /
/_/ /_/\__, /____/     \__,_/\__,_/____/_/ /_/_.___/\__,_/_/   \__,_/
      /____/

ng2-dashboard

Getting started

Install the project

clone this repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/alexnoox/ng2-dashboard.git

# change directory to our repo
cd ng2-dashboard

# add required global libraries
npm install -g typings webpack-dev-server

# Install typing (helps you with auto-completion in editors like 'VS Code')
typings install

# install the repo with npm
npm install

Run it!

# start the frontend webpack server
npm start

# start the backend node server
npm run backend

Go to http://0.0.0.0:3000 or http://localhost:3000 in your browser

ng2-dashboard use as a boilerplate the great project Angular2 Webpack Starter by PatrickJS. Do not hesitate to have a look there to find more information about how to run the project.

About

A dashboard built with angular2 and love

License:MIT License


Languages

Language:JavaScript 52.8%Language:TypeScript 38.1%Language:HTML 8.9%Language:CSS 0.2%