Skip to content
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

Working custom-App demo #29

Closed
thachp opened this issue Sep 10, 2016 · 4 comments
Closed

Working custom-App demo #29

thachp opened this issue Sep 10, 2016 · 4 comments

Comments

@thachp
Copy link

thachp commented Sep 10, 2016

I'm following the instructions in Custom-APP.md, but could not get a basic hello world app working. I'm getting all kind of errors, figuratively...

It would help if you can provide sample codes for these components.

import Layout from './Layout';
import Dashboard from './Dashboard';
import { PostList, PostEdit, PostCreate } from './Post'; 
import { CommentList, CommentEdit, CommentCreate } from './Comment';
import { UserList, UserEdit, UserCreate } from './User';

https://github.com/marmelab/admin-on-rest/blob/master/docs/Custom-App.md

@djhi
Copy link
Contributor

djhi commented Sep 10, 2016

Documentation is a work in progress. In the mean time, take a look at the sources.

@thachp
Copy link
Author

thachp commented Sep 10, 2016

Your pull request here: marmelab/javascript-boilerplate#110 has helped me get going. Thanks.

@djhi
Copy link
Contributor

djhi commented Sep 11, 2016

I should have mentionned it. Please close this issue if you managed to get your custom app running.

@thachp
Copy link
Author

thachp commented Sep 11, 2016

Yes, I got it running.

@thachp thachp closed this as completed Sep 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants