Install and run cloned repo


#1

Hi,

I have cloned the repo and trying to run a dev enviroment on my machine using npm start ( node build/dev-server.js).

It runs on localhost:8080. When I open it in browser it shows me the StackEdit welcome screen. After clicking START WRITING it goes to /app and retun message “cannot get /app”

am I missing any configuration? do I need a backend server?

Thank you