Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.26 KB

Electron-React-Mobx-Template

To Get Started

Use Visual Studio Code's built in terminal (powershell) by pressing (CTRL + `), to use the following commands

  • yarn to install the npm dependencies required for the project
  • yarn upgrade --latest to upgrade the packages to their latest versions
  • yarn start to run the a built verision of the code
  • yarn build:dev to compile and build the code in development mode
  • yarn build:prod to compile and build the code in production mode

this will open a new window in Chrome

  • or open preferred browser and browse to http://localhost:3000/build/

Installing And Upgrading Packages

To add a dependencies for your app add it to the package.json in the app folder

  • yarn install to install a new dependency
  • yarn upgrade --latest to upgrade the packages to their latest versions

Debugging

  • build the app in a configuration by using the command yarn build:dev for development mode or yarn build:prod for production mode
  • use command yarn start to run the build