Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lilanga/moneytransfer
- Owner: Lilanga
- Created: 2019-05-20T16:50:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:03:54.000Z (about 2 years ago)
- Last Synced: 2023-03-04T12:24:43.784Z (almost 2 years ago)
- Topics: mongodb, nextjs, react, ssr
- Language: JavaScript
- Homepage:
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.