Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
/ reaxor Public archive

[DEPRECATED] React boilerplate for better state management, styling, testing and cleaner code

Notifications You must be signed in to change notification settings

KadoBOT/reaxor

Repository files navigation

Reaxor

Boilerplate for better state management, styling, testing and cleaner code

React powered by:

Installation

git clone https://github.com/KadoBOT/reaxor.git
npm install

Usage

Development Build: npm start
Production Build: npm run build
Testing: npm test or npm run test:watch for watching file change or npm run test:coverage for showing test coverage Lint checking: npm run lint
Flow testing: npm run typecheck

Folder Structure

..root
|--dist //production bundle.js will be placed here
|--src
	|--components
		|--__tests__ //Jest detects folders named this way
		App.js //with inline css (by Aphrodite)
		MyComponent.js
	|--stores
		Store.js //MobX Store for State Management
index.js

Outros

Since this is a boilerplate, I won't go deeper on how to use it's features (ie. how to use MobX , Aphrodite or Jest), but you can find pre-configured files inside this project that uses them, so you can get a taste of it. If you want to learn more about them and how to use it, you can click on the links on the top of this page near each package name and description.

Contributing

  • Send pull requests, I love them!
  • Be sure to run the tests provided in this repo before sending the pull requests.

About

[DEPRECATED] React boilerplate for better state management, styling, testing and cleaner code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published