• Stars
    star
    138
  • Rank 258,642 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

ReactFondue

CircleCI Dependencies

Information Discord Donate
ReactFondue is minimal React boilerplate with support for code splitting, hot module reload and server side rendering. Discord server BuyMeACoffee

Technologies

๐Ÿ‘‡ 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 ๐Ÿš€