@adamdickinson/react-boilerplate

Boilerplate to kickstart a react project. Includes latest React, Webpack, TypeScript, Styled Components, and ESLint. Optionally includes Apollo Client, Material UI, React Router, Lodash and a heap of other handy little tools.

Usage no npm install needed!

<script type="module">
  import adamdickinsonReactBoilerplate from 'https://cdn.skypack.dev/@adamdickinson/react-boilerplate';
</script>

README

@renegade/react-boilerplate

React Project Boilerplate

A minimal, CLI-driven boilerplate for new React projects. Designed to be quick and simple, with no magic under the hood and easy to adapt.

Installation

yarn add global @adamdickinson/react-boilerplate
react-boilerplate

This will start the boilerplate setup in the current directory. Please be mindful that existing files may be overwritten, so be sure to run it in a fresh directory.

Once it's completed, you're good to go!