/model-portfolio

Primary LanguageJavaScriptMIT LicenseMIT

weinvest

weinvest assignment

Version

0.0.0

Tech

  • A ReactJS based web application
  • Uses Redux application architecture
  • Sass for stylings
  • Written in ES6, it uses babel to transform ES6 to ES5
  • Webpack for the building the assets

Prerequisites

  • NodeJS 4.4.x and above
  • NPM 2.3.x and above

The application requires some initial configuration.

Development

$ npm install
$ npm run build
$ npm run startApp

For Stopping the app

$ npm run stopApp

For debugging

$ npm run debug