- Copy config/*.example to config/*.properties. Modify as needed.
- Copy src/main/frontend/dotenv.example to src/main/frontend/.env. Modify as needed.
- Copy src/main/proxy/dotenv.example to src/main/proxy/.env. Modify as needed.
- Run npm install in src/main/frontend
- Run npm install in src/main/proxy
- Modify your OS hosts file to make sure finweb.kuali.co is pointing to localhost.
You will need to run 3 processes to do development.
- Run npm run watch in src/main/frontend. This watches and builds your client Javascript.
- run npm run start in src/main/proxy. This runs a proxy server at https://finweb.kuali.co:8443
- Run org.kuali.FinApplication in Intellij. This will run the Java api application.
The application will be available at https://finweb.kuali.co:8443/