Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 349 Bytes

README.adoc

File metadata and controls

20 lines (14 loc) · 349 Bytes

Node Express Mongoose Realworld Example App

cd react-redux-realworld-example-app
npm install
cd ..
npm install

To run development server, start mongod on the standard port 27017 and run:

npm run dev

This automatically opens a browser at http://localhost:4101/

The database name is realworld_express.

TODO deployment.