All Projects → pcofilada → simple-react-starter

pcofilada / simple-react-starter

Licence: other
Simple ReactJS starter with an opinionated folder structure.

Programming Languages

HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to simple-react-starter

Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+3673.33%)
Mutual labels:  react-boilerplate, starter-kit
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (+360%)
Mutual labels:  react-boilerplate, starter-kit
nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (+0%)
Mutual labels:  react-boilerplate, starter-kit
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+86.67%)
Mutual labels:  starter-kit
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+113.33%)
Mutual labels:  starter-kit
lskjs
Lego Starter Kit — Node.js & React isomorphic app creator (Node.js, Express, React.js, Babel, PostCSS, Webpack)
Stars: ✭ 38 (+153.33%)
Mutual labels:  starter-kit
odoc
Next.js based Static 📓 Documentation Site Generator
Stars: ✭ 17 (+13.33%)
Mutual labels:  starter-kit
electron-vue-typescript-starter
Starter project for an Electron app with Vue in TypeScript.
Stars: ✭ 36 (+140%)
Mutual labels:  starter-kit
react-boilerplate
Step by Step React Boilerplate
Stars: ✭ 35 (+133.33%)
Mutual labels:  react-boilerplate
react-starter
An opinionated simple react boilerplate
Stars: ✭ 22 (+46.67%)
Mutual labels:  starter-kit
react-webpack-starter
A really simple boiler plate for creating react applications bundled by webpack (using ES6+, Babel, SASS and webpack development server) ⚛️
Stars: ✭ 86 (+473.33%)
Mutual labels:  react-boilerplate
init-typescript-app
Initialize clean TypeScript setup by running single command. Optional package publication to npm.
Stars: ✭ 20 (+33.33%)
Mutual labels:  starter-kit
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (+93.33%)
Mutual labels:  starter-kit
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+1226.67%)
Mutual labels:  starter-kit
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (-6.67%)
Mutual labels:  starter-kit
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (+153.33%)
Mutual labels:  react-boilerplate
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (+260%)
Mutual labels:  starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+246.67%)
Mutual labels:  starter-kit
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (+253.33%)
Mutual labels:  starter-kit
Minimal-React
Minimal React + Redux starter kit for experiments.
Stars: ✭ 43 (+186.67%)
Mutual labels:  starter-kit

This project was bootstrapped with Create React App.

Simple React Starter

Simple ReactJS starter with an opinionated folder structure.

Getting Started

  1. Ensure you've followed the ReactJS - Getting Started Guide
  2. Clone this project git clone [email protected]:pcofilada/simple-react-starter.git
  3. Run yarn install from root directory to install dependencies
  4. Run yarn start from root directory

Folder Structure

  • src/ - Contains all of our react codebase
    • index.tsx - Base react component
    • routes.ts - App navigation
    • api/ - Api call related functions
    • assets/ - Images, fonts and other static files
    • config/ - Config files
    • containers/ - Smart Components
    • context/ - React Context
    • types/ - Typescript related files or functions
    • utils/ - Helper functions
    • components/ - Dumb Components
      • common/ - Shared components
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].