Starting your application
Starting your application depends on which application type you chose for your boilerplate.
See the relevant documentation to start your application:
#
Starting full-stack applicationsOnce you have installed all of the project dependencies for your full-stack application you can run your application in either development or production mode.
#
Starting your full-stack application in development modeRun both the client and the server concurrently:
Run only the client side of your application:
Run only the server side of your application:
While running in development mode your application will refresh automatically when you save code changes.
#
Starting your full-stack application in production modeNote: This requires you to have already built your application for production.
#
Starting API applicationsOnce you have installed all of the project dependencies for your API application you can run your application in either development or production mode.
#
Starting your API application in development modeWhile running in development mode your application will refresh automatically when you save code changes.
#
Starting your API application in production modeNote: This requires you to have already built your application for production.