https://github.com/luangjokaj/react-fondue
This repository is deprecated, please use https://www.nextify.me/
https://github.com/luangjokaj/react-fondue
boilerplate express javascript nodejs react ssr typescript
Last synced: about 1 month ago
JSON representation
This repository is deprecated, please use https://www.nextify.me/
- Host: GitHub
- URL: https://github.com/luangjokaj/react-fondue
- Owner: luangjokaj
- License: mit
- Created: 2018-06-29T21:41:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T12:06:37.000Z (about 4 years ago)
- Last Synced: 2025-03-28T09:51:33.995Z (about 2 months ago)
- Topics: boilerplate, express, javascript, nodejs, react, ssr, typescript
- Language: TypeScript
- Homepage: https://www.nextify.me/
- Size: 5.17 MB
- Stars: 135
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: This repository is not in use anymore. Please check out: https://www.nextify.me/
# [](https://www.reactfondue.co/)
[](https://circleci.com/gh/luangjokaj/react-fondue/tree/master) [](https://david-dm.org/luangjokaj/react-fondue)| Information | Discord | Donate |
|:------------|:---------|:-------|
| [ReactFondue](https://www.reactfondue.co/) is minimal React boilerplate with support for code splitting, hot module reload and server side rendering.| [](https://discord.gg/qE7e93) | [](https://www.buymeacoffee.com/luangjokaj) |[](https://www.reactfondue.co/)
|👇|Includes|
|:-:|:---|
|🧙♂️| Babel 7|
|📦| Webpack 4|
|🤖| Express Server|
|🚀| React 16|
|🎒| Redux|
|🌈| TypeScript|
|🕷| CSS Modules|
|🎨| PostCSS|
|💅| Styled Components|
|🔥| Hot Module Replacement|
|✂️| Code Splitting|
|🛎| Server Side Rendering|### Install dependencies
```
npm install
```### Runs the app in the development mode
Build and open your browser to http://localhost:8080.
```
npm run dev
```### Linting JS & CSS
```
npm run lint
```### Builds and runs the app in production
```
npm run prod
```Ready to deploy 🚀