All Projects → FormidableLabs → Formidable React Starter

FormidableLabs / Formidable React Starter

Licence: mit
React starter application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Formidable React Starter

Next Boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Stars: ✭ 936 (+864.95%)
Mutual labels:  starter, boilerplate
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+947.42%)
Mutual labels:  starter, boilerplate
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+887.63%)
Mutual labels:  starter, boilerplate
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+625.77%)
Mutual labels:  starter, boilerplate
Fivem Rp Boilerplate
🔫 Boilerplate for FiveM Roleplay servers. Save time and focus on your real project.
Stars: ✭ 81 (-16.49%)
Mutual labels:  starter, boilerplate
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+817.53%)
Mutual labels:  starter, boilerplate
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-59.79%)
Mutual labels:  starter, boilerplate
Starter Laravel Angular
Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
Stars: ✭ 373 (+284.54%)
Mutual labels:  starter, boilerplate
Slim3
Slim Framework 3 Skeleton Application
Stars: ✭ 70 (-27.84%)
Mutual labels:  starter, boilerplate
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (-37.11%)
Mutual labels:  starter, boilerplate
Lass
👧 Lass scaffolds a modern package boilerplate for Node.js
Stars: ✭ 615 (+534.02%)
Mutual labels:  starter, boilerplate
Nodejs Starter
Nodejs Starter - Open-Source Javascript Boilerplate | AppSeed
Stars: ✭ 86 (-11.34%)
Mutual labels:  starter, boilerplate
Chrome Extension Typescript Starter
Chrome Extension TypeScript Starter
Stars: ✭ 601 (+519.59%)
Mutual labels:  starter, boilerplate
Vue Electron Typescript Quickstart
A boilerplate of Electron app that uses Vue in TypeScript.
Stars: ✭ 22 (-77.32%)
Mutual labels:  starter, boilerplate
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+424.74%)
Mutual labels:  starter, boilerplate
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+917.53%)
Mutual labels:  starter, boilerplate
Vue Electron Template
An Electron & Vue.js template with Hot-reloading enabled and common Vue plugins, dev, debug and build scripts configured.
Stars: ✭ 260 (+168.04%)
Mutual labels:  starter, boilerplate
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+179.38%)
Mutual labels:  starter, boilerplate
Nestjs Monorepo Starter
A full-stack nestjs starter project. Includes authorization, authentication, MongoDB, Redis queue support, Crons jobs, and end-to-end testing.
Stars: ✭ 58 (-40.21%)
Mutual labels:  starter, boilerplate
React Webpack Babel
Simple React Webpack Babel Starter Kit
Stars: ✭ 1,241 (+1179.38%)
Mutual labels:  starter, boilerplate

Build Status Build status Coverage Status

#react-app-starter

ReactJS application starter

##Features

This setup is heavily inspired by what's generated by create-react-app

  • Lint: eslint-config-formidable
  • Test: Karma/Mocha/Sinon/Chai/Enzyme
  • Hot Reloading
  • CSS Modules
  • PWA Features (manifest, sw-precache, app icons)
  • Polyfills
  • React Router v4
  • React Helmet
  • Babel (stage-0, react, 2015, constant-elements)
  • Webpack 2
    • System.import code splitting
    • Loaders: babel, css, style, postcss, json, file, url

##Usage

  • Run yarn or npm install
  • Run npm run dev and open localhost:3000 to view your running application

Scripts

  • npm run build - Builds a production version of your application
  • npm run dev - Starts your development server
  • npm run lint - Eslint checks your code
  • npm run prod - Starts your production server, serves your build folder
  • npm run test - Runs Mocha tests & coverage
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].