Personal finance app
- Node.js >= 8
- MongoDB
- Clone (or download) the repository locally
git clone https://github.com/jozsi/mystash.git
- Open your project folder
cd mystash
- Install dependencies
npm install
- Copy the example environment file
cp .env.example .env
- Edit
.env
and configure it for your needs
nano .env
- Run the development environment
npm run dev
- The app will be served at http://localhost:3001/
open http://localhost:3001/
- Any changes made to the code will be reflected
- Build a production version of the frontend
npm run build
- Run the backend server
npm start
- Open the app at http://localhost:3000/
open http://localhost:3000/