GithubHelp home page GithubHelp logo

hallymdevops's Introduction

HallymDevops

Hallym Univ Devops

Setup

Name Version
NodeJS v12.16.1
npm 6.13.4
yarn 1.22.4
OS Windows 10 v1909 (build 18363.720)

node js 12.16.x | npm 6.13.x > https://nodejs.org/ko/download/

Installation

install yarn

npm install -g yarn 

check version

node -v     # node version (12.1x.x)
npm -v      # npm version  (6.1x.x)
yarn -v     # yarn version(1.2x.x) if installed

run server

cd HallymDevops     # Change Directory
yarn                # install dependencies with package.json
yarn run build      # build nextjs
yarn run start80    # run next server on :80

custom ports (:3000, :8080, etc)

cd HallymDevops     # Change Directory
yarn                # install dependencies with package.json
yarn run build      # build nextjs

# listen :3000
yarn run start

# listen :8080
yarn run start8080

# listen :custom
yarn run start -p port

# run developer mode :3000 compile for each connections
yarn run dev

hallymdevops's People

Contributors

esllo avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.