1.0.0 • Published 7 years ago

absence-ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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