Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Template for your next React app

Production ready lightweight React starter.

If you plan to use React in production and don't like create-react-app after you eject.

Primarily aimed at client side single page apps.

To create a new project based on this template using degit:

  npx degit halafi/quickact react-app
  cd react-app

Get started

Install the dependencies...

  cd react-app
  yarn

...then start:

  yarn start

Navigate to localhost:8080. You should see your app running.

🔧 What's included

  • Client Side Rendering
  • Hot Module Replacement (HMR)
  • Webpack Dev Server
  • Webpack Production (+ gzip)
  • TypeScript
  • Eslint
  • Prettier
  • Browserslist
  • Editorconfig
  • Styled Components + Styled System using rebass (might change this to linaria)
  • Normalize
  • Babel + Polyfills (CoreJS 3)
  • Jest (without coverage and component testing setup)
  • Lib: ramda
  • Lib: date-fns

What might be included in the future

  • Rome (once it is more mature and not just a linter could replace Eslint, Webpack, Babel...)
  • Routing
  • Code Splitting
  • PWA, Workbox

What is probably not going to be included

  • Stylelint
  • Server Side Rendering
  • Prerendering (for pre-rendering on steroids check out Elderjs)
  • Helmet / SEO
You can’t perform that action at this time.