Skip to content

fantasyknight/react-bcas-test

Repository files navigation

React BCAS test

image

How it's working

https://www.loom.com/share/f0f8d2c4b2544ceb9ca1027c32be2f63

Step to Run

with yarn

yarn install: install dependencies
yarn start : run in a development environment
yarn build: build a project

with npm

npm install: install dependencies
npm start: run in a development environment
npm build: build a project