Skip to content

kbss-cvut/s-forms-manager-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • to setup environment, create '.env' file
  • use can use '.env-template' as a template

To specify s-forms-manager backend api URL, use:

BACKEND_API_URL=http://localhost:8088

To specify s-forms-manager-ui port, use:

PORT=3000

Use npm install to install the dependencies

Use npm start to start the app

By default, the app is running at: http://localhost:3000

Use npm clean to remove node_modules

See package.json - scripts section for more tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published