Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 610 Bytes

Hackathon Web App

Hackathon Website and Registration Website/Web App that plugins into backend. Built with React

Install Dependencies:

Install node dependencies:

npm install
Launch App:

Finally launch the app using:

npm run start

This will start an express server on port 2015

Production Build :
gulp build:production

The command above generates a dist that can be copied to the server and put behind a Apache HTTP Server or Nginx