Skip to content

forkility/react-starter

 
 

Repository files navigation

react-starter Prettier

  1. Clone the repo.
  2. Remove existing (rm -rf .git) and initialize new git repo (git init).
  3. Change name in package.json file.

Quick summary:

  • Project is already configured for development and production use (with server-sider rendering, for client-only solution go to the client-only branch).
  • Code used for server side-rendering is not minified so its possible to debug ssr with Chrome-Node Dev-Tools.
  • Production bundle gets minified and split out with vendor dependencies.

Run the project:

  • yarn - install dependencies
  • yarn dev - start in development mode
  • yarn build - build project to /dist directory,
  • yarn start - run server bundle,

Other handy commands

  • yarn debug-ssr - debug (built) project with chrome-dev-tools
  • yarn lint - check for eslint errors

Technology stack:

About

Starter kit for react app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • HTML 5.1%