/express-cra

Primary LanguageJavaScript

Getting Started

This project was bootstrapped with Create React App and a custom express server to enable server side rendering with create react app.

Available Scripts

In the project directory, you can run:

yarn dev:all

In the server rolder

Runs both the create react app and express server with server side rendering.

yarn start

In the client folder

Runs the create react app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.