This was set up using create-react-app for quick set up. All the webpack and live-reload are already included.
Every changes should be made in the src
folder.
To start the project, just run
$ npm install
$ npm start
The webpage will be opened up at localhost:3000, and will be auto-reload upon every save.
For the production, please run
$ npm run build
It will create the build folder that has all the static html and bundle.js files.
Under src
, there's utils
folder where I keep all the translation files.