micabe / exercise-csv-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nfinite platform test

Development / Installation

Setup dependencies

This project uses yarn workspace v1 to manage dependencies

yarn

Start project

# start server
yarn start:server

# start client
yarn start:client

Infos

  • client website is available by default on the url: http://localhost:3000
  • server is available by default on the url: http://localhost:5000

The server is configured to accept all domain requests (Access-Control-Allow-Origin: *)

Test

The technical test specifications are available here

About


Languages

Language:JavaScript 82.8%Language:HTML 11.5%Language:CSS 5.7%