A stripped down version of react-boilerplate
- Removed Intl - All files and libaries for Intl support
- Removed all CI files
- Removed docs, internal/templates, internals/generators
- Removed misc markdown files
- Removed Coveralls
- Replaced react-loadable with React Suspense
- Updated various libaries to latest version
- Removed NGINX/Apache files
- Clone this repo using
git clone https://github.com/ljmerza/react-boilerplate-lite.git
- Move to the appropriate directory:
cd react-boilerplate-lite
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
.
MIT license