/react-pwa

A React Progressive Web App

Primary LanguageCSSMIT LicenseMIT

React PWA blog

This is a blog build on Express with React.

View it on Heroku

Installation

Server installation yarn # Or npm install

Client installation cd client && yarn && cd .. # Or with npm install

Running the app

There are quite a few commands you can use to start the client and server.

Full app in development yarn dev

Client in development yarn client

Server in development yarn server

Server in production yarn start

Client in production with server in development yarn dev:server