Search⌘ K

1.15 Build

Build and prepare your Tesla Battery Range Calculator React app for deployment. Understand how to create the build folder and ensure your app is ready to go live.

We'll cover the following...

It’s time to build our app.

Javascript (babel-node)
npm run build

If the build succeeds, the build folder will be created in our project directory and the following message will be displayed.

widget

Now our build is ready to be deployed.