Skip to content

osirisseye/React-Backpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Backpack

Simple and lean

Start your new project with this lightweight React-Backpack. It has everything you need to start, without unnecessary distractions:

  • React and ReactDOM
  • ES6 ready thanks to Babel
  • Jest and Enzyme for testing
  • Webpack (with basic css and style loaders, hot reloading and minification) to bundle all of the above...

Just GO!

Install git and node if you haven't already.

  • Fork and clone your Backpack
git clone https://github.com/osirisseye/React-Backpack.git
  • Install dependencies:
npm install
  • Run development server:
npm start

Find your setup by clicking: http://localhost:8080/

Testing

Tests are done AirBnB-way:

  • Jest
  • Enzyme
  • React Test Utils
  • React Test Renderer

Run tests:

npm test

To build the production bundle

npm build:prod

Contribute

Please, do not hesitate if you feel like contributing. Every pair of able hands will help :)

About

React+Webpack+Babel+Enzyme/Jest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published