All Projects → thomasrogerlux → typescript-react-ssr-boilerplate

thomasrogerlux / typescript-react-ssr-boilerplate

Licence: other
Boilerplate made from scratch to setup a TypeScript ReactJS application using Server Side Rendering

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to typescript-react-ssr-boilerplate

Material Element
An Android app which provides example of implementing material design animation.
Stars: ✭ 244 (+687.1%)
Mutual labels:  material-ui
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (+12.9%)
Mutual labels:  material-ui
photoeditor
👨🏻‍🎨 ReactJS Photo Editor
Stars: ✭ 26 (-16.13%)
Mutual labels:  material-ui
Nytimes App
🗽 A Simple Demonstration of the New York Times App 📱 using Jsoup web crawler with MVVM Architecture 🔥
Stars: ✭ 246 (+693.55%)
Mutual labels:  material-ui
Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (+19.35%)
Mutual labels:  material-ui
Octave
Music🎵 streaming web-app
Stars: ✭ 28 (-9.68%)
Mutual labels:  material-ui
Materialbanner
A library that provides an implementation of the banner widget from the Material design.
Stars: ✭ 241 (+677.42%)
Mutual labels:  material-ui
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-12.9%)
Mutual labels:  material-ui
React-Js-Todo-App-with-firebase-auth
TodoApp using ReactJS and Firebase | ReactJS, Material UI, Firebase, ExpressJS
Stars: ✭ 88 (+183.87%)
Mutual labels:  material-ui
best-of-react
🏆 A ranked list of awesome React open-source libraries and tools. Updated weekly.
Stars: ✭ 364 (+1074.19%)
Mutual labels:  material-ui
React Materialui Notifications
Spec compliant notifications for react and material ui users
Stars: ✭ 252 (+712.9%)
Mutual labels:  material-ui
usehooks-ts
React hook library, ready to use, written in Typescript.
Stars: ✭ 2,873 (+9167.74%)
Mutual labels:  material-ui
react-material-ui-keyboard
Virtual keyboard for TextField when needed
Stars: ✭ 54 (+74.19%)
Mutual labels:  material-ui
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+9625.81%)
Mutual labels:  material-ui
rtainjapan-layouts
The on-stream layouts for RTA in Japan events
Stars: ✭ 20 (-35.48%)
Mutual labels:  material-ui
React Cnodejs.org
Material UI version of cnodejs.org, the biggest Node.js Chinese community.
Stars: ✭ 242 (+680.65%)
Mutual labels:  material-ui
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+232.26%)
Mutual labels:  material-ui
mui-form-fields
Material UI + Final Form Forms and Components
Stars: ✭ 15 (-51.61%)
Mutual labels:  material-ui
college-timetable
🗓 프로들의 수강신청 전략 어플리케이션
Stars: ✭ 27 (-12.9%)
Mutual labels:  material-ui
Ararat
Ararat is the next-generation container/virtual machine control panel. It is your one-stop shop for single application containers, full system containers, and KVM instances
Stars: ✭ 21 (-32.26%)
Mutual labels:  material-ui

Stack

This boilerplate use the following tech stack:

  • TypeScript, as the main language used
  • Webpack, to bundle our source files
  • React, to build our UI
  • Redux, to manage the state of the app
  • Express, as a simple server to render initial page
  • Material UI, as a component library
  • JSS, to style our components

Installation

With Yarn

$> yarn install
$> yarn build
$> yarn start

With NPM

$> npm install
$> npm run build
$> npm run start

Usage

Access the app at localhost:8080

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