/challenge-platform

Primary LanguageJavaScriptMIT LicenseMIT

Dash Goal/Challenge Platform

You can test the site here.

Installation

git clone https://github.com/gaquarius/challenge-platform.git
cd challenge-platform
yarn / npm i

Development server

yarn dev / npm dev

You can view the development server at localhost:3000. (change port in ./config/webpack.dev.js)

Unit Test

 yarn test / npm test

Production build

 yarn build / npm run build

Features

Dependencies

webpack

Babel

Jest

Loaders

Eslint

Plugins