mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
26 lines
582 B
Markdown
26 lines
582 B
Markdown
Setup
|
|
---
|
|
|
|
- Ensure you have node.js installed at version >= 6.2.0
|
|
- Fork this project
|
|
- Clone your forked project to your local environment
|
|
|
|
Install
|
|
---
|
|
|
|
- Run `npm install` to install dependencies
|
|
- Run `npm start` to start the static server
|
|
- Open `http://localhost:8080`
|
|
|
|
Instructions
|
|
---
|
|
|
|
- The full specifications and an example video of a finished test are on the page when you launch your browser.
|
|
|
|
Submit
|
|
---
|
|
|
|
- Push your changes to a branch in your forked project
|
|
- Submit a Pull Request back to this repository with your completed challenge code.
|
|
- Please complete ASAP.
|