Skip to content

jozsi/mystash

Repository files navigation

myStash Build Status Greenkeeper badge codecov

Personal finance app

Getting started

Requirements

  • Node.js >= 8
  • MongoDB

Installation

  1. Clone (or download) the repository locally
git clone https://github.com/jozsi/mystash.git
  1. Open your project folder
cd mystash
  1. Install dependencies
npm install

Configuration

  1. Copy the example environment file
cp .env.example .env
  1. Edit .env and configure it for your needs
nano .env

Development

  1. Run the development environment
npm run dev
  1. The app will be served at http://localhost:3001/
open http://localhost:3001/
  1. Any changes made to the code will be reflected

Build

  1. Build a production version of the frontend
npm run build
  1. Run the backend server
npm start
  1. Open the app at http://localhost:3000/
open http://localhost:3000/