Skip to content

Sample React app with widgets that access the GoneBusy API using gonebusy-nodejs-client

License

Notifications You must be signed in to change notification settings

contrapunctus-xv/sample-react-app

 
 

Repository files navigation

Build Status

Gone Busy Sample React App

Getting Started

clone git repo then

$ cd sample-react-app
$ npm i

Running the local dev environment

It starts a local server running on port 8080, hit it by going to http://localhost:8080. Bundles js and css with webpack with hot reload.

$ npm start

Build Static Files

Minifies js and css.

$ npm run build

Run StaticServer

Minifies js and css and starts server at http://localhost:400

$ npm run static

About

Sample React app with widgets that access the GoneBusy API using gonebusy-nodejs-client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • CSS 26.9%
  • HTML 2.1%