Skip to content

FallenPhoenix8/vapor-comments-api

Repository files navigation

Local

Running dev scripts

In order to run the dev scripts, you need to have watchexec installed on your system. If you are using brew package manager, it can be installed with following command:

brew install watchexec

It's not possible to run both backend and frontend in a live development version. There are 2 dev scripts. In order to run backend development script, execute the following script:

sh ./dev-backend.sh

And in order to run frontend development script, execute this script:

sh ./dev-frontend.sh

Building for production

You can build the project using build.sh script.

sh ./build.sh

About

This is a simple app, that lets its users comment on various topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published