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

Restructure code base #19

Open
jessemao opened this issue Feb 21, 2017 · 0 comments
Open

Restructure code base #19

jessemao opened this issue Feb 21, 2017 · 0 comments

Comments

@jessemao
Copy link

It's not quite clear as now what are the components we are trying to publish as a part of our framework, because we group all of them together under src folder. So I'd suggest we rework on the code structure to make all our components more clear with the following structure:

  • playground
    • server
    • client
      • src
        • App
        • assets
          ...
  • components
    • Login
    • Register
    • settings

In development, we start our server from playground and import packages from components so that it's more clear on what packages we are publishing.

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

1 participant