Skip to content

moises-herrera/easy-bills-frontend

Repository files navigation

EasyBills

Usage

git clone https://github.com/moises-herrera/easy-bills-frontend.git

cd easy-bills-frontend

Install

npm install

Development server

Run npm start for a dev server.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests of the project.