UNPKG

403 BMarkdownView Raw
1To run the example, clone this repository.
2
3Navigate to this example directory
4
5```shell
6npm i
7npm run dev
8npm test
9```
10
11`routes.js` defines routes for both server and client.
12
13* Express is the back end
14* React is the view engine
15* Redux controls the flow
16* Page handles client routing
17* Nedb holds the database
18* Tape and jsdom run tests
19* All bundled and wachted by ***webpack***
20