Project

General

Profile

« Previous | Next » 

Revision 60128

[Aggregator|Trunk]

add prod/beta versions files and build instructions
fix issue with animation (in server side)

View differences:

server.ts
13 13
// Express server
14 14
const app = express();
15 15

  
16
const PORT = process.env.PORT || 4000;
16
const PORT = process.env.PORT || 3500;
17 17
const DIST_FOLDER = join(process.cwd(), 'dist');
18 18

  
19 19
// Our index.html we'll use as our template

Also available in: Unified diff