Skip to content

brittnigustaf/overwatch-pro-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overwatch Pro

A website using ReactJS and Node

Using the Node Server

npm install
node server.js

Then visit http://localhost:3000/.

Changing the port

You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,

PORT=3001 node server.js

Running the unit tests

...sh cd src/test jasmine ...

Running the JSON Builder

...sh cd src/scripts/JSONBuilder node builder.js ...

JSON files are put into "src/scripts/JSONBuilder/out"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published