@zef163/demo

2.1.4 • Public • Published

Develop

This is demo NPM package.

Get started using Git

  1. Clone a remote repository and go to folder
$ git clone https://github.com/Zef163/develop.git 
$ cd develop
  1. Install all dependencies from package.json
$ npm install --only=prod
$ npm install --only=dev
  1. Run command from list below

$ npm run start - Run application in production mode (http://localhost:3000/)

$ npm run dev - Run application in development mode

$ npm run build - Build application for production

$ npm run test - Run all tests

Get started using Docker

  1. Install Docker Community Edition

  2. Install Docker Compose

  3. Clone a remote repository and go to folder

$ git clone https://github.com/Zef163/develop.git 
$ cd develop
  1. Run Docker container
$ [sudo] docker-compose up
  1. Open http://localhost:3000/ in your browser for start use application

Get started using Node.js and NPM

  1. Install Node.js LTS Version

  2. Install NPM package and open application folder

$ npm install @zef163/demo
$ cd node_modules/@zef163/demo
  1. Run command from list below

$ npm run start - Run application in production mode (http://localhost:3000/)

$ npm run dev - Run application in development mode

$ npm run build - Build application for production

Dependents (0)

Package Sidebar

Install

npm i @zef163/demo

Weekly Downloads

1

Version

2.1.4

License

ISC

Unpacked Size

881 kB

Total Files

57

Last publish

Collaborators

  • zef163