Vesa Luusua
a8ad16f089
AuthenticationPage and fake authentication setup
2017-01-13 16:55:13 +02:00
Vesa Luusua
66b1887c82
CheckoutPage
2017-01-13 16:55:13 +02:00
Vesa Luusua
8d9695a91c
ProfilePage
2017-01-13 16:55:12 +02:00
Vesa Luusua
8c44950a7d
ListingPage
2017-01-13 16:55:12 +02:00
Vesa Luusua
18da596644
Refactoring SearchPage
2017-01-13 16:55:12 +02:00
Vesa Luusua
f1ef33cd5b
Capitalize first letter of a link
2017-01-13 16:55:12 +02:00
Vesa Luusua
7671dd1b0e
LandingPage instead of HomePage
2017-01-13 16:55:12 +02:00
Kimmo Puputti
90257a9fe9
Add snapshot tests for pages
2017-01-12 11:31:48 +02:00
Kimmo Puputti
957f3c7d68
Add basic "does not crash" tests for client and server apps
2017-01-12 11:29:45 +02:00
Kimmo Puputti
4e2aedbd14
Move client and server apps to a separate file
...
index.js is the entrypoint file for the bundle and has to render the
app when running within a browser. Separating the app routing init
etc. to a different file allows us to import both ClientApp and
ServerApp in e.g. tests no matter which env we are in.
2017-01-11 16:01:35 +02:00
Kimmo Puputti
40c23217e9
Add documentation.
2017-01-11 10:06:49 +02:00
Kimmo Puputti
b39cc3545e
Add required CSS variables file
2017-01-10 15:18:25 +02:00
Kimmo Puputti
ba3418c661
Add documentation
2017-01-09 11:54:38 +02:00
Kimmo Puputti
c14fe8efe8
Fix ServerRouter props
2017-01-05 20:57:33 +02:00
Kimmo Puputti
a6907b7139
Change directory layout
2017-01-05 20:57:29 +02:00
Kimmo Puputti
15a8e85b6e
Use ComponentName/index.js convention for Page
2017-01-05 17:01:48 +02:00
Kimmo Puputti
83f80b6950
Implement page title handling with SSR support using react-helmet
2017-01-05 17:01:14 +02:00
Kimmo Puputti
322ec599b8
Add page structure and universal routing
2017-01-05 14:23:06 +02:00
Kimmo Puputti
6f93d85a7d
Render application in the server
2017-01-05 14:22:40 +02:00
Kimmo Puputti
df0b51282c
Clean up boilerplate app
2017-01-04 21:49:02 +02:00
Kimmo Puputti
089910cf4e
Make app entry point Universal
...
- Render to DOM in a browser
- Export a render function for the server
2017-01-04 21:42:27 +02:00
Kimmo Puputti
d9dd053277
Init new app with create-react-app
2017-01-04 21:12:15 +02:00