All Projects → jeremyxgo → react-redux-boilerplate

jeremyxgo / react-redux-boilerplate

Licence: MIT license
A React boilerplate based on Redux, React Router, styled components and Parcel

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-redux-boilerplate

Vue Mix
Bootstrap your Vue 2.0 SPA in less than 2 minutes.
Stars: ✭ 69 (+11.29%)
Mutual labels:  spa, single-page-app
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (+53.23%)
Mutual labels:  spa, single-page-app
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (+22.58%)
Mutual labels:  spa, single-page-app
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+1404.84%)
Mutual labels:  spa, single-page-app
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (+127.42%)
Mutual labels:  spa, single-page-app
Vanilla Ui Router
Simple vanilla JavaScript router
Stars: ✭ 42 (-32.26%)
Mutual labels:  spa, single-page-app
Json Schema Editor
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Stars: ✭ 194 (+212.9%)
Mutual labels:  spa, single-page-app
Browser
Create Elm programs that run in browsers!
Stars: ✭ 284 (+358.06%)
Mutual labels:  spa, single-page-app
Senna.js
🌱 A blazing-fast Single Page Application engine
Stars: ✭ 1,728 (+2687.1%)
Mutual labels:  spa, single-page-app
Universal Router
A simple middleware-style router for isomorphic JavaScript web apps
Stars: ✭ 1,598 (+2477.42%)
Mutual labels:  spa, single-page-app
Erlach
☣⚫⚫ SPA Imageboad on WebSockets written on Erlang
Stars: ✭ 23 (-62.9%)
Mutual labels:  spa, single-page-app
Rust Webapp Starter
Rust single page webapp written in actix-web with vuejs.
Stars: ✭ 151 (+143.55%)
Mutual labels:  spa, parcel
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+914.52%)
Mutual labels:  spa, single-page-app
Opencart
Free PWA & SPA for OpenCart
Stars: ✭ 50 (-19.35%)
Mutual labels:  spa, single-page-app
Abstract State Router
Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
Stars: ✭ 288 (+364.52%)
Mutual labels:  spa, single-page-app
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (+45.16%)
Mutual labels:  spa, single-page-app
Vanillajs Spa
a simple SPA in vanilla js
Stars: ✭ 265 (+327.42%)
Mutual labels:  spa, single-page-app
Ios Pwa Wrapper
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
Stars: ✭ 268 (+332.26%)
Mutual labels:  spa, single-page-app
Sr mini
A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
Stars: ✭ 98 (+58.06%)
Mutual labels:  spa, single-page-app
Knockout Spa
A mini but full-fledged SPA framework and boilerplate to build SPAs fast and scalable
Stars: ✭ 145 (+133.87%)
Mutual labels:  spa, single-page-app

WARNING

This project is not maintained anymore.


React Redux Boilerplate

A boilerplate for building React single-page application.

Features

Usage

Setup:

# clone the repo
$ git clone https://github.com/jeremyxgo/react-redux-boilerplate.git your-project-name

# install dependencies
$ cd your-project-name
$ yarn install

Testing:

# run all tests
$ yarn test

# watch files for changes and rerun tests
$ yarn run test:watch

Building:

# output assets to ./dist
$ yarn build

Development:

# start development server at http://localhost:3000
$ yarn start

License

MIT

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].