Project

vaultify

0.0
No commit activity in last 3 years
No release in over 3 years
Data standardization application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
~> 5.0
 Project Readme

Vaultify

Set up the node modules

After downloading the repo, you will need to install the packages. There are two places to do this.

First, in the project root, run npm install.

Second, in the client/ folder, run npm install again.

Run the development server

You will need two terminal sessions active.

  1. From the project root, run node bin/www to start the backend (available at localhost:3001).

  2. From client/, run npm run build-css to build the css pages, then npm run start to start the development server. Any changes you make within the client/src directory will be compiled automatically and served to localhost:3000.