Universe is a blockchain agnostic dApp solutions community
universe.engineering
Report bug
·
Explore
·
Slack
·
This project was bootstrapped with Create React App v2.0
.
- 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
├── .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
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
Guy Lepage
By contributing your code, you agree to license your contribution under the MIT License.