0.0.1 • Published 5 years ago

storage-office-templates v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
5 years ago

storage-office-templates

A web application to store the office file templates.

Build Status NPM version

Demo

CLI

$ npm install storage-office-templates -g

Go in command line to the directory where you have your save.

$ storage-office-templates

Server

$ git clone --depth=1 https://github.com/cedced19/storage-office-templates
$ cd ./storage-office-templates
$ npm install --production
$ npm start --production

API

There are Rest API on:

  • http://localhost:8880/api/files/ for files
  • http://localhost:8880/api/users/ for users
  • http://localhost:8880/api/registrants/ for registrants (a person who intends to be an user)

Developers

There are two npm commands with which you can compile javascript:

  • npm run dev: reload page on change and build bundle
  • npm run prod: build and uglify bundle