Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

thoughtworks-ui-hiring-hackathon/team_16

Repository files navigation

Truebil PWA-SSR

Installation

Install node

sudo apt-get install nodejs

Install Node Package Manager

sudo apt-get install npm
clone pwa repository
cd pwa-ssr/
Run "npm install" command to install node modules

To run the app in development mode.

npm run dev

To view it in the browser. (The page will reload if you make edits.)

http://localhost:3000

Before serving the build, we need to set the REACT_APP_ENV environment variable in Apache for GA to work correctly.

REACT_APP_ENV=[prestaging | staging | production]

Build for prestaging

npm run build:prestaging

Build for staging

npm run build:staging

Build for Production

npm run build:production

To upload the production build on S3

npm run deploy

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. By default, it also includes a service worker so that your app loads from local cache on future visits. Now app is ready to be deployed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published