Skip to content

Files

Latest commit

5f97fce · Aug 20, 2018

History

History
92 lines (57 loc) · 1.86 KB

README.md

File metadata and controls

92 lines (57 loc) · 1.86 KB

</> Gist Interview

</> Gist Interview is an application built with ReactJS and for any person or company to use to simulate programming questions by simply creating and populating the "db.json" file with its Gist-IDs and at the end generating a dashboard.

Screenshot

Git Commands

Built with

Install

First, clone the repo via git:

git clone https://github.com/mariorodeghiero/react-gist-interview.git your-project-name

And then install dependencies with yarn.

$ cd your-project-name
$ yarn

Note: If you can't use yarn, run npm install.

Run

Install json-server:

$ npm install -g json-server

Start the file "db.json":

$ json-server --watch db.json --port 3001

Db

Open a new tab in the current directory and start the app in the dev environment:

$ npm run start

or

$ yarn start

After run, the browser open window automatically at http://localhost:3000/

Deployment

Run the command below to deploy, minimizing All Files.

$ npm run build

or

$ yarn build

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Icons made by