https://www.nextify.me/
DEPRECATED: This repository is not in use anymore. Please check out:Information | Discord | Donate |
---|---|---|
ReactFondue is minimal React boilerplate with support for code splitting, hot module reload and server side rendering. |
๐ | 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 ๐