We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7ffc3 commit 4742eebCopy full SHA for 4742eeb
readme.md
@@ -0,0 +1,17 @@
1
+# Alexandria Browser (React)
2
+
3
+This is a simple React version of our application that supports SSR.
4
5
+# Installation
6
7
+To install please run the following commands after you have cloned and navigated to the repository.
8
+```bash
9
+$ npm install
10
+```
11
12
+# Usage
13
14
+To run the SSR version, run the following command in your terminal window after installing then navigate to `localhost:3000`.
15
16
+$ NODE_ENV=production node_modules/.bin/babel-node --presets 'react,es2015' src/server.js
17
0 commit comments