File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ export default class About extends Component {
88 return (
99 < div className = { styles . main } >
1010 < div className = "header" >
11- < h1 > Framsia </ h1 >
12- < h2 > Roc makes this easy! </ h2 >
11+ < h1 > About </ h1 >
12+ < h2 > roc-template-web-app-react </ h2 >
1313 </ div >
1414 < div className = "wrapper" >
1515 < h4 > Roc is an open source project by VG</ h4 >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default class Start extends Component {
8080
8181 < h4 > Stack composition</ h4 >
8282 < ul >
83- < li > Document headers: React Helmet ~2.2.0 </ li >
83+ < li > Document headers: React Helmet ~2.3.1 </ li >
8484 < li > Views: React ~0.14.0</ li >
8585 < li > Routing: React Router ~1.0.0 & Redux Simple Router ~ 0.0 .8 </ li >
8686 < li > Flux: Redux ~3.0.2 & React - Redux ~ 4.0 .0 </ li >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = {
22 settings : {
33 runtime : {
44 applicationName : '{{ rocTitleName }}' ,
5- port : 3000 , // {{ rocPort }}
5+ port : { { rocPort } } ,
66 serve : [ 'public' , 'build/client' ] ,
77 favicon : 'favicon.png' ,
88 } ,
You can’t perform that action at this time.
0 commit comments