Production ready ReactJs development

When I started writing React apps, the first issue I realized that it was taking long steps to build my app for production. This article explains how I solved this basic problem. Before you start thinking React in production, the article expect that the latest version of nodejs and npm is already installed.

If these tools you have not installed and you are using Ubuntu, you can follow commands given below to install these tools-

# installing nodejs $ sudo apt-get install nodejs $ sudo ln -s `...
 •  0 comments  •  flag
Share on Twitter
Published on January 23, 2016 21:46
No comments have been added yet.