Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokrome/webpack-react-starter
Minimal starter for using React + PostCSS with Webpack.
https://github.com/monokrome/webpack-react-starter
postcss react webpack
Last synced: 18 days ago
JSON representation
Minimal starter for using React + PostCSS with Webpack.
- Host: GitHub
- URL: https://github.com/monokrome/webpack-react-starter
- Owner: monokrome
- Created: 2017-03-01T04:03:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T21:33:00.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T10:16:49.675Z (29 days ago)
- Topics: postcss, react, webpack
- Language: JavaScript
- Size: 57.6 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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