All Projects → ariesmcrae → Reactjs Crud Boilerplate

ariesmcrae / Reactjs Crud Boilerplate

Licence: other
Live Demo

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects
es2015
71 projects

Projects that are alternatives of or similar to Reactjs Crud Boilerplate

Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+2662.65%)
Mutual labels:  starter-kit, seed, boilerplate, jest
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-56.63%)
Mutual labels:  create-react-app, starter-kit, seed, boilerplate
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+3249.4%)
Mutual labels:  starter-kit, boilerplate, jest
Cra Boilerplate
Up to date: This project is an Create React App - v2.1.1 boilerplate with integration of Redux, React Router, Redux thunk & Reactstrap(Bootstrap v4)
Stars: ✭ 87 (+4.82%)
Mutual labels:  create-react-app, starter-kit, boilerplate
egghead-bookshelf
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Stars: ✭ 28 (-66.27%)
Mutual labels:  enzyme, jest, create-react-app
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+73.49%)
Mutual labels:  starter-kit, boilerplate, jest
Tsmean
Typescript-mysql-express-angular-node seed for your next web-app!
Stars: ✭ 173 (+108.43%)
Mutual labels:  starter-kit, seed, boilerplate
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+14.46%)
Mutual labels:  enzyme, jest, starter-kit
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+61.45%)
Mutual labels:  boilerplate, jest, enzyme
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+269.88%)
Mutual labels:  boilerplate, jest, enzyme
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+226.51%)
Mutual labels:  starter-kit, boilerplate, jest
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+22462.65%)
Mutual labels:  starter-kit, boilerplate, jest
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (+71.08%)
Mutual labels:  starter-kit, boilerplate, bootstrap4
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+175.9%)
Mutual labels:  starter-kit, boilerplate, bootstrap4
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (+193.98%)
Mutual labels:  boilerplate, jest, enzyme
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (-14.46%)
Mutual labels:  enzyme, redux-form, starter-kit
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (+60.24%)
Mutual labels:  jest, enzyme, bootstrap4
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (+216.87%)
Mutual labels:  boilerplate, jest, enzyme
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (+407.23%)
Mutual labels:  create-react-app, jest, enzyme
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (-48.19%)
Mutual labels:  jest, enzyme, redux-form

ReactJs CRUD Boilerplate

Build Status Coverage Status

dependencies Status devDependencies Status

Demo (Live Interactive)

https://d3cmu8mv5wwijw.cloudfront.net

Preview

Preview

Prerequisite

  • Nodejs v6+
  • yarnpkg (optional)

Getting Started

git clone https://github.com/ariesmcrae/reactjs-crud-boilerplate.git

cd reactjs-crud-boilerplate

yarn install
    or
npm install

yarn start
    or
npm start

Open http://localhost:3000

Libraries used

  • ReactJs
  • Redux
  • create-react-app
  • React Router 4
  • Bootstrap 4
  • redux-form
  • React Boostrap Table
  • Babel
  • ESLint
  • Test Runner: Jest
  • Test Assertion: Jest
  • Test Helper Library: Enzyme
  • Test Headless DOM: JSDOM
  • react-addons-test-utils: needed by Enzyme
  • Mock API Data: hand rolled
  • toastr
  • jquery (needed by toastr and bootstrap 4)
  • lodash
  • Font Awesome: because Bootstrap 4 no longer suppies glyphicons
  • Tether
  • jquery
  • thunk testing: nock (for mocking http calls), and redux-mock-store
  • code coverage: Jest & coveralls

Non create-react-app version

It's located in the branch non-create-react-app. It uses hand crafted Webpack 2

git clone https://github.com/ariesmcrae/reactjs-crud-boilerplate.git

cd reactjs-crud-boilerplate

git checkout -b non-create-react-app origin/non-create-react-app

yarn install

yarn start

Credits

This project took inspirations from :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].