criticalbh / vanilla-web-components-spa

Medium clone built with vanilla JS, without frameworks
https://conduit-vanilla.herokuapp.com/#/
49 stars 9 forks source link

complete editor page #5

Closed criticalbh closed 6 years ago

criticalbh commented 6 years ago

This application is built with vanilla JS web components for gothinkster real world examples. One missing feature is left to complete the gothinkster specification of realworld example and that is editor page to write/edit article.

shilpiverma509 commented 6 years ago

Hey @criticalbh , can you give some more details

criticalbh commented 6 years ago

Hello @shilpiverma509, of course I can. Idea that stands behind this repository is https://github.com/gothinkster/realworld.

To see editor page in action you can visit any completed implementation such as react-redux example here.

To start with this repository you will need yarn.

Once you clone the repository in root project directory run yarn to install node dependencies, once that is completed execute yarn start which will bring up development server on localhost:8080.