Commit graph

24 commits

Author SHA1 Message Date
1b99353f92 add types 2020-05-12 15:56:26 +02:00
a616aaf1b4 update tests 2020-05-12 14:48:13 +02:00
1a16800e1e extract DevSummary type 2020-05-12 12:56:56 +02:00
e103c8a354 extract dev profiles 2020-05-12 12:45:27 +02:00
d0532336ce add developers page 2020-05-12 12:29:33 +02:00
f4cca66180 extract header component 2020-05-12 12:05:33 +02:00
ad918eddac add signin page 2020-05-12 11:54:48 +02:00
d5b4acf525 verify all routes are accessible 2020-05-12 11:49:16 +02:00
df44070311 add constant routes file 2020-05-12 11:46:10 +02:00
c555ad888b set basic routing
- install react-router-dom
- create Router folder and component
2020-05-12 11:43:55 +02:00
8969dd5ff2 create Sign Up page component 2020-05-12 11:29:02 +02:00
fabaf35562 create pages folder and Landing page component 2020-05-12 11:24:22 +02:00
10ea77887b create components folder and Navbar 2020-05-12 11:21:46 +02:00
e46c6593bd specify layout 2020-05-12 11:17:18 +02:00
9e59bb0f2c Merge branch 'master' of https://github.com/rjNemo/devbook_ts 2020-05-12 11:10:35 +02:00
Ruidy
ef6d97f2fc
Create and style Landing page (#2)
* readme

* specify landing must show app name

* clean default project

* write landing page layout

* add static assets for styling

* add Landing page unit test
install fontawesome
2020-05-12 11:09:51 +02:00
262d4e1934 readme 2020-05-12 10:25:40 +02:00
7ccb8fb9aa ☁️ deploy on render cloud platform 2020-05-12 10:23:44 +02:00
7c875d934f pull ci branch 2020-05-12 10:17:29 +02:00
Ruidy
9f01f46f75
Continuous Integration using Github Actions (#1)
* 🧪install cypress

run yarn cypress to open E2E test runner
run yarn test to tun unit tests

* 🔧 set cypress up

- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.

* fix error in README
2020-05-12 10:15:56 +02:00
f931fb3770 🔧 set cypress up
- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.
2020-05-12 10:03:34 +02:00
bf0c645e3b 🧪install cypress
run yarn cypress to open E2E test runner
run yarn test to tun unit tests
2020-05-12 09:53:43 +02:00
8cc47c2f82 create React App with TypeScript 2020-05-12 09:41:58 +02:00
f1a9f722bc Initialize project using Create React App 2020-05-12 09:30:57 +02:00