This project was bootstrapped with Create React App.
Project uses Yarn and Node of version 12.16.2. Install them before running project.
- Clone the repository
git clone git@github.com:c0dester/interview-table.git
- Enter project directory and install necessary modules
cd interview-table
yarn install
In the project directory, you can run:
Runs the app in the development mode Open http://localhost:3000 to view it in the browser.
As the project has configured Storybook, you can run it using above script, to play with props, etc. It will automatically open your default browser.