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

https://github.com/omriwa/competition-app


https://github.com/omriwa/competition-app

nodejs react react-redux redux webpack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# competition-app

## How to run?

##Server:
1. cd dist directory
2. run in terminal: node server.js,this will activate the backend files system bundle

## Compilation
1. cd the root directory
2. run in terminal: npm run-script dev,this will create a server bundle and live compilation of the front end files, the live compilation for the server files is not defined yet.