react-fondue

This repository is deprecated, please use https://www.nextify.me/

MIT License

Stars
135

DEPRECATED: This repository is not in use anymore. Please check out: https://www.nextify.me/

ReactFondue

Information Discord Donate
ReactFondue is minimal React boilerplate with support for code splitting, hot module reload and server side rendering. Discord server BuyMeACoffee
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