antcalatayud / ReactCoin (public) (License: GPLv3) (since 2018-04-24) (hash sha1)
As seen on this course: https://udilia.com/courses/learn-react-by-building-a-web-app

/package.json (895d5023fbda815cf10c14bc9912c0f64e46ab37) (437 bytes) (mode 100644) (type blob)

{
  "name": "react-coin",
  "version": "1.0.0",
  "private": true,
  "devDependencies": {
    "react-scripts": "1.1.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-router-dom": "^4.2.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}


Mode Type Size Ref File
100644 blob 285 d30f40ef4422ff27041df9dba83e4bd26849dc48 .gitignore
100644 blob 95 e779541f9ad5a80436fe1541f182f91bb0542945 README.md
100644 blob 449631 91891621bd59b42b740f86a599e1253a7e6cd1d2 package-lock.json
100644 blob 437 895d5023fbda815cf10c14bc9912c0f64e46ab37 package.json
040000 tree - d5df09e8d6e3323af40aeb5634484d598fe8ee6c public
040000 tree - 34c7408071cffc4b9a39e53a3fef4b1c03ab72af src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/antcalatayud/ReactCoin

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/antcalatayud/ReactCoin

Clone this repository using git:
git clone git://git.rocketgit.com/user/antcalatayud/ReactCoin

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main