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

https://github.com/jefreesujit/vivriti


https://github.com/jefreesujit/vivriti

Last synced: 8 months ago
JSON representation

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```