/fm-web

Primary LanguageTypeScript

CircleCI

Web client funny-market project

  • Angular2
  • Server rendering via angular2-universal

Basic Usage

# clone the repo
$ git clone https://github.com/byavv/fm-web.git
$ cd fm-web

# install 

$ npm install webpack nodemon -g 

$ npm install
$ typings install

# build for development/production
$ gulp build
$ gulp build:production 

# run development/production
$ npm run dev
$ npm start    

# serve mode
$ gulp

# run tests
$ gulp test