wfcho211 / human-of-the-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Human of The World

Technologies

First Installation

1. Clone from github repo.

$ git clone https://github.com/wfcho211/randomuser.git.

2. Install JS dependencies using npm or yarn.

$ npm install
$ yarn --force

3. Bundle your JS and CSS and you're done. Cheer!

Production

$ npm run prod
$ yarn run prod

Production (Heroku Deployment)

$ npm run heroku
$ yarn run heroku

Development

$ npm run dev
$ yarn run dev

Enable dev server with hot-reload enabled.

$ npm hot
$ yarn hot

For examples of the application in action, go to https://human-of-the-world.herokuapp.com/

About


Languages

Language:JavaScript 78.8%Language:CSS 13.2%Language:HTML 7.9%Language:PHP 0.1%