arisgk / universe.engineering

Universe website and web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universe website and web app

Universe is a blockchain agnostic dApp solutions community
universe.engineering

Report bug · Explore · Slack

follow on Twitter · Star Repo


universe.engineering-v1.2.6


This project was bootstrapped with Create React App v2.0.

Table of contents

Status

  • New v1.0.0 web app design and implementation.
  • Upgraded to create-react-app v2.0.3.
  • Added Apple Touch icons and favicon.
  • Installed Source Map Explorer for analyzing potential code bloat.

universe.engineering version Universe Community

CircleCI ajv version Bootstrap version jQuery version Node Sass version npm version npm Run All version Popper version px-rem-reference version React version ReactDom version React Scripts version source-map-explorer version

universe.engineering
├── .circleci
│  └── config.yml
├── .gitignore
├── package-lock.json
├── package.json
├── public
│  └── favicon.ico
│  └── index.html
│  └── manifest.json
├── README.md
└── src
   └── App.js
   └── App.test.js
   └── components
   │  └── Footer.js
   │  └── Header.js
   │  └── Hero.js
   └── components
   └── index.js
   └── registerServiceWorker.js
   └── styles
      └── App.css
      └── index.css
      └── Universe.scss

Quick start

Quickly start by cloning the repository to your local machine

$ git clone git@github.com:universelabs/universe.engineering.git

Install npm. npm is installed and comes bundled with Node.js

$ brew install node

Add dependencies

$ npm install

Start the local client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you

$ npm start

Repository maintainers

Guy Lepage

License

By contributing your code, you agree to license your contribution under the MIT License.

About

Universe website and web app

License:MIT License


Languages

Language:JavaScript 55.4%Language:HTML 24.8%Language:CSS 19.8%