Prototype of Likemark client from scratch with Webpack + React + MobX + SemanticUI
Be careful: all guidelines are describded in the collaborative Team Chiru Guidelines Draft which needs to be read before starting development. All suggestions are welcomed!
- Install
yarn
with your favorite package manager :apt install yarn
,brew install yarn
,choco install yarn
ornpm install yarn --global
- Clone the git repository and checkout the dev branch
- Get all dependencies with
yarn install
- Start the webpack server with
yarn start
or build it withyarn build
- You should debug the project with the associated Visual Studio Code configuration