Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

Peaks.js React Example

This is a simple example of how to use Peaks.js in a React application.

This project was bootstrapped with Create React App.

Note that this is just a demo and not a feature-complete reusable React component for Peaks.js.

Getting started

Ensure you have Node.js 14.3.0 or later installed, then:

git clone [email protected]:chrisn/peaksjs-react-example.git
cd peaksjs-react-example
npm install
npm start

This should open your web browser to view the demo at http://localhost:3000.

Copyright

Copyright 2021 Chris Needham

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.