yarn install
to install dependenciesyarn build:client
andyarn:server
to build client files and server files separatellyyarn build
to build both client and server filesyarn dev
to start the server for live developmentyarn start
to start the server for production, after building the project