rodrigo-tavares / dataminr-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataminr Feature Flag Challenge

Table of contents

Project structure

Installation

Configuration

Technologies used

Project structure

build/
src/
|- index.js _______________________________ # Application entry
|  |- app/index.js _________________________________ # Application init
|  |- components/
|    |- dashboard/
|       |- index.js _______________________ # Sample component
|       |- styles.js _______________________ # Styles for component
|  |- __tests__/
|  |- __mocks__/
|  |- assets/
|  |- shared/

Installation

1- Clone the repo git clone https://github.com/rodrigo-tavares/dataminr-challenge.git

2- npm install to install npm packages

3- start dev server using npm start, then open http://localhost:3000 to view it in the browser.

3- build and bundling your resources for production npm build.

4- Launches the test runner in the interactive watch mode. npm test

Technologies used

About


Languages

Language:JavaScript 88.9%Language:HTML 10.1%Language:CSS 1.0%