git clone https://github.com/moises-herrera/easy-bills-frontend.git
cd easy-bills-frontend
npm install
Run npm start
for a dev server.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run test
to execute the unit tests of the project.