Skip to content

hakla/respondeco.org

Repository files navigation

README for respondeco

Codeship Status for hakla/respondeco.org

run project

In order to run the application you have to start the backend and the frontend seperately.

prerequisites

In order to run the application you first need the following software

Run npm install.

backend

Open a terminal, go to the root directory and enter:

sbt run

frontend

Open a terminal, go to the root directory and enter:

npm run dev

This will startup a server for the frontend (running on port 8080).

deployment

npm run build
sbt dist

This will create a deployable archive under $PROJECT_ROOT/target/universal/respondeco-$VERSION.zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published