https://github.com/jefreesujit/vivriti
https://github.com/jefreesujit/vivriti
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefreesujit/vivriti
- Owner: Jefreesujit
- Created: 2017-11-02T16:35:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:51:35.000Z (almost 6 years ago)
- Last Synced: 2025-04-05T11:43:17.745Z (about 1 year ago)
- Language: JavaScript
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vivriti Assignment
### Version
1.0.0
### Tech
* Single Page web application
* Powered by A Node.js, Express.js and ReactJS
* Written in ES6, it uses babel to transform ES6 to ES5
* Webpack for the building the assets
### Prerequisites
* NodeJS 4.4.x
* NPM ^2.3.x
### Installation
1. Install dependencies ```$ npm install```
2. Build the UI assets ```$ npm run build```
3. Start the application ```$ npm run start```