An open API service indexing awesome lists of open source software.

https://github.com/jefreesujit/model-portfolio


https://github.com/jefreesujit/model-portfolio

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```sh
$ npm install
$ npm run build
$ npm run startApp
```
For Stopping the app

```sh
$ npm run stopApp
```

For debugging

```sh
$ npm run debug
```