Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilanga/moneytransfer

Sample Reactjs application using Nextjs and mongodb
https://github.com/lilanga/moneytransfer

mongodb nextjs react ssr

Last synced: about 1 month ago
JSON representation

Sample Reactjs application using Nextjs and mongodb

Awesome Lists containing this project

README

        

# MoneyTransfer Sample Project

To start project:

* Install dependencies with `npm install`
* Build NextJs using `npm run build`
* Start Dev build server with `npm run startdev`
* Start production optimized version after building using `npm start`

Now you can visit [`localhost:3000`](http://localhost:3000) from your browser.