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
- Host: GitHub
- URL: https://github.com/omriwa/competition-app
- Owner: omriwa
- Created: 2018-09-14T17:55:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T21:25:09.000Z (over 7 years ago)
- Last Synced: 2025-03-14T15:23:12.561Z (over 1 year ago)
- Topics: nodejs, react, react-redux, redux, webpack
- Language: TypeScript
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.