storage-office-templates

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i storage-office-templates

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

1.44 MB

Total Files

62

Last publish

Collaborators

  • cedced19