Skip to main content
⭐️ If you love EverShop, give it a star on GitHub. Thanks!

EverShop command lines

EverShop comes with several command lines which help you to develop and launch your store.

Below is the list of available commands

Evershop Installation Command

This command is used to install your store. Checkout the installation guide for more information.

evershop install

Evershop Dev Command

This command will start your store in development mode.

evershop dev

Evershop Build Command

This command builds the React components and make your store ready for production. The built components will be stored in the .evershop folder.

evershop build

Evershop Start Command

This command starts your store in production mode. You need to run evershop build before running this command.

evershop start