-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New infra structure #10
Conversation
Please go to package.json and change the FILL-IN-HERE placeholders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m kind of being harsh on this code but yeah in general you did a good job. I just want to show you the code review process. After you addressed the changes push to this branch again so that this pull request could be updated
@@ -11,6 +11,7 @@ import { Input, Button, Card, Row, Col, Icon } from 'react-materialize'; | |||
import Header from './Header'; | |||
import LeasingCard from './LeasingCard'; | |||
import GoogleMapTest from './GoogleMapTest'; | |||
import '~/components/styles/search-page.scss'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the style sheet is in the same directory, then use import ‘./styles/...’
@@ -0,0 +1,60 @@ | |||
/************** search page *************/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the comments in these files now
source/react/src/styles/index.scss
Outdated
@@ -0,0 +1,9 @@ | |||
* { | |||
font-family: "Microsoft JhengHei", sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure the indentation is 2 spaces
Thanks. Approved. |
I have fill in |
New infra structure for the front-end. Now we have two ports. One for development and one for final publish. Details about how to run please see the readme of front-end.