All Projects → monokrome → webpack-react-starter

monokrome / webpack-react-starter

Licence: other
Minimal starter for using React + PostCSS with Webpack.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to webpack-react-starter

Css Declaration Sorter
Sort CSS declarations fast and automatically in a certain order.
Stars: ✭ 188 (+1005.88%)
Mutual labels:  postcss
Modular Css
A streamlined reinterpretation of CSS Modules via CLI, API, Browserify, Rollup, Webpack, or PostCSS
Stars: ✭ 234 (+1276.47%)
Mutual labels:  postcss
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (+1323.53%)
Mutual labels:  postcss
React Native Css Modules
Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
Stars: ✭ 207 (+1117.65%)
Mutual labels:  postcss
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+1264.71%)
Mutual labels:  postcss
A17t
An atomic design toolkit for pragmatists
Stars: ✭ 236 (+1288.24%)
Mutual labels:  postcss
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+982.35%)
Mutual labels:  postcss
postcss-jsx
PostCSS syntax for parsing CSS in JS literals
Stars: ✭ 73 (+329.41%)
Mutual labels:  postcss
Hiq
A lightweight, progressive, high-IQ CSS framework.
Stars: ✭ 233 (+1270.59%)
Mutual labels:  postcss
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (+1335.29%)
Mutual labels:  postcss
Mobi.css
A lightweight, scalable, mobile-first CSS framework
Stars: ✭ 2,348 (+13711.76%)
Mutual labels:  postcss
Next Starter Tailwind
Next.js starter styled with Tailwind CSS
Stars: ✭ 225 (+1223.53%)
Mutual labels:  postcss
Core
Native HTML Elements with CSS superpowers. 🕶
Stars: ✭ 237 (+1294.12%)
Mutual labels:  postcss
Jamstack Web Starter
Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.
Stars: ✭ 198 (+1064.71%)
Mutual labels:  postcss
tailwind
Makes using TailwindCSS in NativeScript a whole lot easier!
Stars: ✭ 128 (+652.94%)
Mutual labels:  postcss
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+988.24%)
Mutual labels:  postcss
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+16305.88%)
Mutual labels:  postcss
postcss-trash-killer
It is a postcss plugin which wil be remove all unused css
Stars: ✭ 20 (+17.65%)
Mutual labels:  postcss
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (+23.53%)
Mutual labels:  postcss
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (+1300%)
Mutual labels:  postcss

React Webpack Starter

This is a project providing a minimal boilerplate for getting started with server-side rendering as well as static rendering for React projects.

To create a new React application with it, you can follow the following steps:

git clone https://github.com/monokrome/webpack-react-starter myproject

cd myproject

npm install

To run a development (not production-ready yet) server for server-side rendering:

npm start

You can also run without server-side rendering using:

npm run develop

You can reformat, lint, and type-check your code all at once with:

npm run lint

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