1.0.0 • Published 6 years ago

absence-ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Setup

Run the following command to install dependencies:

npm install

Start the Webpack development server on port 4040 with the following command:

npm start

Run tests:

npm test

Build:

npm run build

Analyze production bundle:

npm run analyze-bundle