Skip to content

princecrown1019/Next-Leverex-Prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leverex


Docs


Environments


Packages installation

$ yarn

Running the app

# start development environment
$ yarn start:dev

Building the app

# build dev environment
$ yarn build:dev

# build uat environment
$ yarn build:uat

# build prod environment
$ yarn build:prod

# build devprem environment
$ yarn build:devprem

Checking for the code style exceptions

# eslint check
$ yarn lint:check