https://github.com/jefreesujit/model-portfolio
https://github.com/jefreesujit/model-portfolio
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefreesujit/model-portfolio
- Owner: Jefreesujit
- License: mit
- Created: 2019-03-16T13:39:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:37:38.000Z (over 3 years ago)
- Last Synced: 2025-04-02T09:27:25.018Z (about 1 year ago)
- Language: JavaScript
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```