/react-app-boilerplate-2018

Bootstrap for a React App with Redux, React Router, Styled Components, Jest and Hot Reloading,

Primary LanguageJavaScriptApache License 2.0Apache-2.0

React App - Boilerplate 2018

Known Vulnerabilities Dependency Up-to-dateness Build Status

Highlights

🚀 Your app

📦 Production ready

  • Bundled with Parcel. Blazing fast & zero configuration.
  • Server is express v4 (running on Node 8 and up)

🐵 Dev

  • 💅 Styled components
  • Instant updates in browser following code changes with Hot Reloading

⛑ Code Quality

Getting started

After you cloned the repository:

yarn to install

yarn start to start a dev server

yarn build to build the app

yarn test to launch tests

yarn test:updateSnapshots to update all the snapshots

yarn eslint to launch eslint

License

MIT