Coder Social home page Coder Social logo

namgivu / lienminhhuyenthoai Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.91 MB

My version of league of legend web portal to collect the helpful info to play this game that not easy to google from the internet or from offical riot game itself.

HTML 6.98% JavaScript 69.00% CSS 10.76% Dockerfile 2.58% Shell 10.68%

lienminhhuyenthoai's Introduction

lienminhhuyenthoai

My version of league of legend web portal to collect the helpful info to play this game that not easy to google from the internet or from offical riot game itself.

install-run @ localhost

require node+yarn - recommended install via nvm ref. bit.ly/nnnodejs

node version TODO by now use latest yarn version TODO by now use latest

command notes

# install node+yarn
nvm install node ; nvm use node ; node --version    ; shuold_see='v14.3.0'  # install node 
npm install -g yarn             ; yarn --version    ; should_see='1.22.4'   # install yarn

# install app package
npm install

# run app 
npm start  # should see web app opened in your local browser as [snapshot](./doc/run-localhost-200523.png)

install & run with docker

cd /path/to/git/clone/lienminhhuyenthoai
    docker build -t lienminhhuyenthoai:DEV   .
    #            docker image name     env   source_folder

    docker run --name lmht      -d              -it                           -p 20526:3000   lienminhhuyenthoai:DEV               
    #          container name   run as daemon   react-scripts requires this   map port        docker image name
    #                                           ref. https://mherman.org/blog/dockerizing-a-react-app/

task note

Create a blank reactjs web app so that we can make a docker image from it on dockerhub and deploy it to the cloud.
# done                                        todo                                         todo           

Should we reove package.lock?
removed

Make package.json smallest to run plain helloworld
--done

lienminhhuyenthoai's People

Contributors

namgivu avatar dqtkien avatar

Watchers

 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.