Skip to content

Racheet/minimal_react_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basically I really dislike how opinionated create-react-app is. This is a much smaller boilerplate that just has the bits needed to start development.

  • It doesn't pick your unit test framework for you
  • It doesn't hide your configuration files from you
  • It doesn't set you up with a half-baked web-server running out of your file packer
  • It doesn't assume you're creating a PWA.
  • It doesn't assume you have a clue what a PWA is.
  • It just installs the minimum possible config for babel, webpack and react

I've put the licesce in the package.json to "UNLICENSED", because I think that opting anyone who uses this boilerplate into the MIT licsence by default is a bit dumb.

The boilerplate itself is licensed under the MIT licence, you are free to use it as you like. Licence declaration below:

Copyright 2018 www.github.com/racheet

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

the minimum necessary configuration to get started with react

Resources

Stars

Watchers

Forks

Packages

No packages published