This is the client application for https://tempus.xyz/
- First, grab and install Node from https://nodejs.org/en/
- Once you have that, navigate to
tempus-websiteand runnpm installfollowed bynpm run watch. - Open up http://localhost:3001/ and behold the website! All API requests are proxied to https://tempus.xyz/api/
- Note that the official Tempus API only allows cross-origin GET requests. The actual backend will be made available at some point in the near future.
- Hot reloading is enabled, courtesy of
webpack-dev-serverandreact-hot-loader.