Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 528 Bytes

CopyBird UI

React UI for CopyBird

Installation and setup

Install requirements

$ npm install

Run React app

$ npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Testing

$ npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Building frontend

$ npm run build