Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 467 Bytes

taskcollect frontend

The Taskcollect website written in React.js

Prequisites

You need NodeJS (preferrably latest) and (the probably bundled) npm.

Once you have it install yarn.

$ npm i -g yarn

Then, cd into where you cloned this repo and run:

$ yarn

Starting

To start the app in hot-reload mode (use this for development):

$ yarn start

To build the app for production:

$ yarn build

Assets will be emitted in build/