- Create .env.development and .env.production to root folder.
- Add dev/prod variable for each envirment.
npm install
&& npm start
- Babel is used for transpiling TypeScript to JavaScript, so when building with the CLI,
transpilationMode
must be set tolocalOnly
(default) orlocalAndDeps
.