ahushh / ng-js-boilerplate

A Angular + Redux + HOT + Webpack2 + Sass boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-js-boilerplate

Build Status Gitter Chat

alt text

Created by Vladimir Ivanov and maintained with ❤️ by an amazing Cronix team.

DEMO

Link

DEVELOPMENT

  1. yarn
  2. yarn run dev

PRODUCTION

  1. yarn
  2. yarn run prod(HMR) or yarn run build(static)

LINTING

  • yarn run lint-js

  • yarn run lint-css

  • yarn run lint (yarn run lint-js and yarn run lint-css)

  • yarn run lintfix-js

  • yarn run lintfix-css

  • yarn run lintfix (yarn run lintfix-js and yarn run lintfix-css)

License

This project is licensed under the MIT license, Copyright (c) 2017 Cronix Micro Systems. For more information see LICENSE.md.

About

A Angular + Redux + HOT + Webpack2 + Sass boilerplate

License:MIT License


Languages

Language:JavaScript 63.2%Language:HTML 24.3%Language:CSS 12.5%