Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 856 Bytes

File metadata and controls

28 lines (15 loc) · 856 Bytes

Example React APP with isomorphic rendering configured (API calls, redux handled) built on top of razzle starter (https://github.com/jaredpalmer/razzle).

How to start?

npm start or yarn start

Runs the project in development mode. You can view your application at http://localhost:3000. The page will reload if you make edits.


npm run build or yarn build

Builds the app for production to the build folder.


npm run start:prod or yarn start:prod

Runs the compiled app in production. You can again view your application at http://localhost:3000


npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.


Have a look at razzle (https://github.com/jaredpalmer/razzle) docs to see more commands and detailed configuration.