Skip to content

juwik/react-isomorphic-rendering--razzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • CSS 9.3%