Skip to content

Commit 4742eeb

Browse files
committed
Add basic readme
1 parent 6b7ffc3 commit 4742eeb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

readme.md

+17
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
16+
$ NODE_ENV=production node_modules/.bin/babel-node --presets 'react,es2015' src/server.js
17+
```

0 commit comments

Comments
 (0)