Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Live Demo

License

NotificationsYou must be signed in to change notification settings

ariesmcrae/reactjs-crud-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusCoverage Status

dependencies StatusdevDependencies 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.gitcd reactjs-crud-boilerplateyarn install    ornpm installyarn start    ornpm start

Openhttp://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 branchnon-create-react-app.It uses hand craftedWebpack 2

git clone https://github.com/ariesmcrae/reactjs-crud-boilerplate.gitcd reactjs-crud-boilerplategit checkout -b non-create-react-app origin/non-create-react-appyarn installyarn start

Credits

This project took inspirations from :


[8]ページ先頭

©2009-2025 Movatter.jp