Skip to content

RedefinIT/HSWebClient

Repository files navigation

HomeServer Web UI Client

Python version: 3.6.8

For Development env: Node version: v14.16.1 NPM version: 6.14.12

Note: If you see errors from "npm install" command then run the following command and repeate "npm install"

# npm install  --unsafe-perm [email protected] 

To run this application, execute the following commands:

  1. Install NPM modules
```
$ npm install (or yarn install)
```
  1. Start the back-end server:
```
$ npm run dev-server
```
  1. Start the front-end dev server:
```
$ npm run dev
```
  1. Create the app distribution to be used by a back-end server
```
$ NODE_ENV=production grommet pack
```
  1. Start the server in production mode:
```
$ npm start
```
  1. Test and run linters:
```
$ npm test
```

=======

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages