Skip to content

Compiling for production

Giordano Cardillo edited this page Feb 14, 2018 · 1 revision

Once you have your project ready for production, just run the npm run build (or yarn build) script and that will start a production ready build inside a build directory at the root of your application

Clone this wiki locally