All Projects → Nikhil-Kumaran → reactjs-boilerplate

Nikhil-Kumaran / reactjs-boilerplate

Licence: other
Reactjs setup with babel, webpack with basic loaders, ant design, react-router and optimized for production using code splitting and lazy loading.

Programming Languages

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

Projects that are alternatives of or similar to reactjs-boilerplate

React
React+webpack+redux+ant design+axios+less全家桶后台管理框架
Stars: ✭ 4,414 (+10935%)
Mutual labels:  babel, antd
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+412.5%)
Mutual labels:  react-boilerplate, antd
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (+32.5%)
Mutual labels:  babel, react-boilerplate
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+795%)
Mutual labels:  babel, react-boilerplate
React Article Bucket
总结,积累,分享,传播JavaScript各模块核心知识点文章全集,欢迎star,issue(勿fork,内容可能随时修改)。webpack核心内容部分请查看专栏: https://github.com/liangklfangl/webpack-core-usage
Stars: ✭ 750 (+1775%)
Mutual labels:  babel, antd
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+1842.5%)
Mutual labels:  babel, react-boilerplate
parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+80%)
Mutual labels:  react-boilerplate, reactjs-boilerplate
react-boilerplate
minimalize modern react boilerplate created using webpack 4 include technology pwa and include popular tools for react developer
Stars: ✭ 18 (-55%)
Mutual labels:  reactjs-boilerplate
eslint-config-satya164
An ESLint config with automatic overrides for common environments such as TypeScript, Jest etc.
Stars: ✭ 45 (+12.5%)
Mutual labels:  babel
react-app-rewire-babel-loader
Rewire babel-loader loader in your create-react-app project using react-app-rewired.
Stars: ✭ 20 (-50%)
Mutual labels:  babel
snabbdom-pragma
'NotReact.createElement' jsx pragma although for snabbdom
Stars: ✭ 47 (+17.5%)
Mutual labels:  babel
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+90%)
Mutual labels:  babel
babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
Stars: ✭ 33 (-17.5%)
Mutual labels:  babel
starbase
⭐ Production-ready website boilerplate made with webpack 5, modern JS (via Babel 7) & Sass
Stars: ✭ 70 (+75%)
Mutual labels:  babel
web development and api design
Code for the PG6301 course on Web Development and API Design
Stars: ✭ 51 (+27.5%)
Mutual labels:  babel
antd-color-replacer
适用于 webpack 环境下 的 主题切换插件
Stars: ✭ 22 (-45%)
Mutual labels:  antd
ant-design-snippets
ant-design-snippets
Stars: ✭ 18 (-55%)
Mutual labels:  antd
babel-plugin-syntax-pipeline
Allow parsing of pipeline operator |>
Stars: ✭ 23 (-42.5%)
Mutual labels:  babel
antd-custom-theme-generator
A simple way to create an antd theme css file with zero configuration.
Stars: ✭ 20 (-50%)
Mutual labels:  antd
rjango
Django boilerplate with GraphQL, serving a Webpack compiled React Relay Modern frontend.
Stars: ✭ 73 (+82.5%)
Mutual labels:  react-boilerplate

reactjs-boilerplate

Basic react setup with babel, webpack with basic loaders, ant design, react-router and optomized for production using code splitting and lazy loading

This is similar to create-react-app but gives you more control over the build configurations.

Prerequisites

use node >= 10.16.0

Installation

npm install -g reactjs-boilerplate

After installation, use can use the following command to initialize your project.

reactjs-boilerplate project-name

Alternatively, you can use npx to directly use reactjs-boilerplate without installing globally.

npx reactjs-boilerplate project-name

Usage

After initializing your project, you can use the following scripts.

npm start

Runs the app in the development mode.

Open http://localhost:8080 to view it in the browser.

The page will hot reload if you make edits.

npm run build

Builds the app for production and files are saved to the build folder.

It bundles your files in production mode and optimizes the build for the best performance.

The build is minified and the filenames include hashes.

Your app is ready to be deployed!

npm run build-serve

This command will build your app and start a server called serve which will serve your build files.

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