Skip to content

merico-dev/build-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merico Build

The is the front-end code for Merico Build

Installation

To install Merico Build you must have NodeJs installed in your machine, node comes wih npm built-in.

Open a terminal an run

yarn i

This will install all dependencies in you local environment

Running locally

After installing and running the back-end service locally run:

yarn run dev

Running unit tests

To run everything once

yarn run test

If you want to watch the code changes and run tests on changed files run

yarn run test:watch

Testing the build locally

If you want to test our build in you local environment you can run

yarn run build-local

Running E2E tests locally

To run the E2E tests locally please refer to ./cypress/README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published