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

v1 #117

Merged
merged 18 commits into from
Oct 12, 2019
Merged

v1 #117

merged 18 commits into from
Oct 12, 2019

Conversation

anikethsaha
Copy link
Owner

🎉 v1

Features:

  • the base boilerplate is as simple as possible
  • no state management and styling using classical stylesheets for base one
  • Added support for mern.json
  • state management support and styling support can be added using mern.json
  • netlify preview

How to generate docs for the readme

Using markdown-styles

npx generate-md --layout github --input ./readme.md --output docs

and then rename docs/readme.html to docs/index.html

Issues related

#61
Closes #103
Closes #23

The rest of the issues will be mapped for v2

v2 roadmap

1. Pluggable

It will be implemented on similar architecture like v1 but those scripts/* will be pluggable and anyone can write plugins for that
Plugins for mobx store, adding any webpack loader/plugin, styling, enhanced SSR , adding tests ETC can be build for this project

2. docs

  • Including guide for writing, plugins will be added
  • Support for plugins docs
    • Like if any plugin is published with readme, add that to the docs/<plugin-name> folder
  • Better docs site using any lib

3. tests

Completion of pending server tests

@anikethsaha anikethsaha mentioned this pull request Oct 12, 2019
8 tasks
Copy link
Owner Author

@anikethsaha anikethsaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anikethsaha anikethsaha merged commit 630825f into master Oct 12, 2019
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

Successfully merging this pull request may close these issues.

[Demo]: Codesandbox/netlify/zeit-now / surge demo for this project Better Docs
2 participants