Skip to content

⚡ The most simple & robust boilerplate for your React projects.

Notifications You must be signed in to change notification settings

ephraimduncan/react-bolt-lite

Repository files navigation


React Bolt

React Bolt Lite

The best boilerplate for your React projects.

PRs Welcome License MIT


Introduction

This boilerplate contains all you need to start your next React.js project. Simple, robust, well-organized, all you need to do is clone, install and you're ready to start.

This is a lite version of a larger project here

There is an article for anyone who wants to learn how to build this boilerplate, if you want to learn just click here.

Features

This boilerplate features all the latest tools and practices in the industry.

  • React — 16.12.0
  • 🛠 Babel — ES6 syntax, Airbnb & React/Recommended config
  • 🚀 Webpack — Hot Reloading, Code Splitting, Optimized Build
  • 💅 CSS — CSS, Sass
  • 💖 Lint — ESlint

For more features, click here

Getting started

  1. Clone this repo using https://github.com/dephraiim/react-bolt-lite.git
  2. Move to the appropriate directory: cd react-bolt-lite.
  3. Run yarn or npm install to install dependencies.
  4. Run npm start to see the example app at http://localhost:8080.

Commands

  • npm start - start the dev server
  • npm run build - create a production ready build in dist folder
  • npm run lint - execute an eslint check
  • npm run lint:fix - execute an eslint and fix the errors

Next features:

  • Hot Module Replacement: Better HMR support;
  • CSS/Sass support: Enable CSS/Sass support;
  • PWA: Turn into a PWA boilerplate;
  • SEO: SEO-ready;

License

MIT license, Copyright (c) 2020 Ephraim Atta-Duncan

About

⚡ The most simple & robust boilerplate for your React projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published