Skip to content

ucdavis/language-exchange

Repository files navigation

My Application

The project is generated by LoopBack.

Copy example.env to a new file .env (and set values)

In project root, run 'npm install' In /client, run 'npm install' in /client, run 'npm build' (ensure a file exists in ../server/client/app/)

In /client/package.json file configure API target :

"proxy": { "/api": { "target": "https://your-api" } }

Restore database snapshot (from file)

In root run 'yarn start' to run the server and serve the built application

About

App created with react - redux - loopback - sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages