All Projects β†’ oh-my-c0de β†’ Oh My Fullstack

oh-my-c0de / Oh My Fullstack

Licence: other
πŸš€ Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Oh My Fullstack

React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+48.48%)
Mutual labels:  immutablejs, starter-kit, isomorphic, boilerplate
Project Stub
deps
Stars: ✭ 300 (+203.03%)
Mutual labels:  starter-kit, boilerplate, skeleton
Nextjs Redux Starter
Next.js + Redux + styled-components + Express = πŸ˜‡
Stars: ✭ 257 (+159.6%)
Mutual labels:  nextjs, starter-kit, ssr
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-14.14%)
Mutual labels:  isomorphic, boilerplate, ssr
Koa React Isomorphic
Boilerplate for Koa & React
Stars: ✭ 128 (+29.29%)
Mutual labels:  immutablejs, boilerplate, ssr
react-ssr-starter
πŸ“š Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
Stars: ✭ 18 (-81.82%)
Mutual labels:  isomorphic, ssr, fullstack
React Starter Kit
React Starter Kit β€” front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+21172.73%)
Mutual labels:  boilerplate, ssr, starter-kit
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+2708.08%)
Mutual labels:  starter-kit, isomorphic, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+520.2%)
Mutual labels:  isomorphic, boilerplate, ssr
Akka Http Microservice
Example of http (micro)service in Scala & akka-http
Stars: ✭ 701 (+608.08%)
Mutual labels:  starter-kit, boilerplate, skeleton
Cra Boilerplate
Up to date: This project is an Create React App - v2.1.1 boilerplate with integration of Redux, React Router, Redux thunk & Reactstrap(Bootstrap v4)
Stars: ✭ 87 (-12.12%)
Mutual labels:  redux-observable, starter-kit, boilerplate
Next Js Blog Boilerplate
πŸš€ Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚑️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+35.35%)
Mutual labels:  nextjs, starter-kit, boilerplate
Egg React Ssr
ζœ€ε°θ€ŒηΎŽηš„Egg + React + SSR ζœεŠ‘η«―ζΈ²ζŸ“εΊ”η”¨ιͺ¨ζžΆοΌŒεŒζ—Άζ”―持JSε’ŒTS
Stars: ✭ 1,837 (+1755.56%)
Mutual labels:  nextjs, isomorphic, ssr
Wild Next
Our next.js boilerplate with sane base configuration.
Stars: ✭ 101 (+2.02%)
Mutual labels:  nextjs, boilerplate, ssr
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-60.61%)
Mutual labels:  starter-kit, boilerplate, ssr
Fullstack Apollo Express Mongodb Boilerplate
πŸ’₯A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (+204.04%)
Mutual labels:  starter-kit, fullstack, boilerplate
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+2216.16%)
Mutual labels:  starter-kit, boilerplate, skeleton
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+76.77%)
Mutual labels:  starter-kit, fullstack, boilerplate
Universal Redux Template
A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more
Stars: ✭ 471 (+375.76%)
Mutual labels:  starter-kit, isomorphic, boilerplate
Suicrux
πŸš€ Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+867.68%)
Mutual labels:  fullstack, boilerplate, ssr

Full stack web application skeleton

Maintainability Test Coverage

Getting started

  1. Clone and install dependencies:
$ git clone https://github.com/oh-my-c0de/oh-my-fullstack.git ./my-fullstack && cd my-fullstack && yarn
  1. Run application in development mode:
$ yarn start
  1. Visit localhost:3000

That's it! 😎

Scripts

  • $ yarn start - Start application in development mode.

  • $ yarn prod:start - Start application with PM2.

  • $ yarn prod:stop - Stop application with PM2.

  • $ yarn prod:restart - Restart application with PM2.

  • $ yarn build - Make production build.

  • $ yarn lint - Check code linting.

Local environment configuration

To override configuration variables for local environment create .env file in project root with needed variables. Example:

NODE_ENV=development
PORT=3000

To find used variables check configs/index.js and server/config.js.

License

Beerware

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