robreczarek / recruitment-un

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recruitment-un

Building a test app for the first step in the recruitment process.

How to install?

In order to install the app, you must first grab the code from the repository. Make sure you start out Once you switch to

$ cd ~/
$ git clone https://github.com/robreczarek/recruitment-un.git && cd recruitment-un
$ yarn install

How to run?

Make sure you are in the folder where the code was downloaded to before proceeding.

Step 1: Start API server

npm run api

Step 2: Run UI server:

npm start

Once fire up, point your browser to http://localhost:8080/

Credits

Used Stephen Grider's ReduxSimpleStarter as a boilerplate setup

About

License:MIT License


Languages

Language:JavaScript 81.0%Language:CSS 17.2%Language:HTML 1.8%