anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

v1 #117

Closed anikethsaha closed 4 years ago

anikethsaha commented 4 years ago

šŸŽ‰ v1

Features:

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

3. tests

Completion of pending server tests