Skip to content

sachinmour/timezone-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the app in development

yarn watch

To start the app in production

yarn start

Note: Make sure to build the frontend before running it in production. Also all the backend files will be converted to es5 when start the app in production.

To run backend api tests go into root folder and run

yarn test

To run frontend end to end tests go into frontend folder and run

yarn test