All Projects → enkot → Minimal-React

enkot / Minimal-React

Licence: other
Minimal React + Redux starter kit for experiments.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Minimal-React

Bedrock
Build a Node web app with user authentication, security, and more in under 10 minutes. Now supports React Hot Loading for super-fast development. 👌
Stars: ✭ 187 (+334.88%)
Mutual labels:  flux, starter-kit
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (+25.58%)
Mutual labels:  starter-kit
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-34.88%)
Mutual labels:  starter-kit
Keras.jl
Run keras models with a Flux backend
Stars: ✭ 19 (-55.81%)
Mutual labels:  flux
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (-25.58%)
Mutual labels:  starter-kit
nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (-65.12%)
Mutual labels:  starter-kit
symfony-lts-docker-starter
🐳 Dockerized your Symfony project using a complete stack (Makefile, Docker-Compose, CI, bunch of quality insurance tools, tests ...) with a base according to up-to-date components and best practices.
Stars: ✭ 39 (-9.3%)
Mutual labels:  starter-kit
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 (+120.93%)
Mutual labels:  starter-kit
lsp-docker
Scripts and configurations to leverage lsp-mode in docker environment
Stars: ✭ 181 (+320.93%)
Mutual labels:  starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+20.93%)
Mutual labels:  starter-kit
LatentDiffEq.jl
Latent Differential Equations models in Julia.
Stars: ✭ 34 (-20.93%)
Mutual labels:  flux
init-typescript-app
Initialize clean TypeScript setup by running single command. Optional package publication to npm.
Stars: ✭ 20 (-53.49%)
Mutual labels:  starter-kit
lskjs
Lego Starter Kit — Node.js & React isomorphic app creator (Node.js, Express, React.js, Babel, PostCSS, Webpack)
Stars: ✭ 38 (-11.63%)
Mutual labels:  starter-kit
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+362.79%)
Mutual labels:  starter-kit
vuex-but-for-react
A state management library for React, heavily inspired by vuex
Stars: ✭ 96 (+123.26%)
Mutual labels:  flux
electron-vue-typescript-starter
Starter project for an Electron app with Vue in TypeScript.
Stars: ✭ 36 (-16.28%)
Mutual labels:  starter-kit
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (+23.26%)
Mutual labels:  starter-kit
react-starter
An opinionated simple react boilerplate
Stars: ✭ 22 (-48.84%)
Mutual labels:  starter-kit
odoc
Next.js based Static 📓 Documentation Site Generator
Stars: ✭ 17 (-60.47%)
Mutual labels:  starter-kit
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (-67.44%)
Mutual labels:  starter-kit

Minimal-React

Minimal React + Redux starter kit for experiments.

Build Status

It has bare minimum to start development:

  • React
  • Redux
  • Webpack
  • Babel and css loaders

Example (from 'docs' directory): https://enkot.github.io/Minimal-React/

Read article on Medium.

Installation

Clone from repository:

$ git clone https://github.com/enkot/Minimal-React.git

Install dependencies:

$ yarn // or 'npm install'

Running

Build files and start local server in watch mode:

$ yarn start // or 'npm start'

Open the web browser to http://localhost:8080/ and you will see simple project management app (like Trello board):

alt text

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