All Projects → jovey-zheng → React Start Kit

jovey-zheng / React Start Kit

Licence: mit
A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Start Kit

Webbf
Java Web工程demo 后端:spring + spring mvc + mybatis + maven,涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送... 前端:react + reflux + webpack,涉及ES6、jquery、react-router、ant design等内容, 提供下思路,仅供参考。
Stars: ✭ 367 (+242.99%)
Mutual labels:  webpack, babel, ant-design
Award
⚙基于react的服务端渲染框架
Stars: ✭ 91 (-14.95%)
Mutual labels:  webpack, babel
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-17.76%)
Mutual labels:  webpack, babel
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (-12.15%)
Mutual labels:  webpack, babel
Threejs Es6 Webpack Starter
Three.js ES6 starter project with a sane webpack configuration
Stars: ✭ 85 (-20.56%)
Mutual labels:  webpack, babel
Compiled
A familiar and performant compile time CSS-in-JS library for React.
Stars: ✭ 1,235 (+1054.21%)
Mutual labels:  webpack, babel
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1127.1%)
Mutual labels:  webpack, ant-design
Hactar
The solution to JavaScript Fatigue. Zero config dev
Stars: ✭ 82 (-23.36%)
Mutual labels:  webpack, babel
React From Scratch
Building a Modern React App from Scratch in 2021
Stars: ✭ 87 (-18.69%)
Mutual labels:  webpack, babel
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+1184.11%)
Mutual labels:  webpack, babel
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-4.67%)
Mutual labels:  webpack, babel
React Antd Dva
基于react + ant-design + dva + Mock 企业级后台管理系统最佳实践
Stars: ✭ 85 (-20.56%)
Mutual labels:  webpack, ant-design
Esbuild Loader
⚡️ Speed up your Webpack build with esbuild
Stars: ✭ 1,245 (+1063.55%)
Mutual labels:  webpack, babel
Cookiecutter Webpack
Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
Stars: ✭ 87 (-18.69%)
Mutual labels:  webpack, babel
Tkframework
react + relay + redux + saga + graphql + webpack
Stars: ✭ 83 (-22.43%)
Mutual labels:  webpack, babel
Awesome Coding Javascript
📌 持续构建个人的源码库(JavaScript 原生、常用库、数据结构、算法)
Stars: ✭ 88 (-17.76%)
Mutual labels:  webpack, babel
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-3.74%)
Mutual labels:  webpack, babel
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-27.1%)
Mutual labels:  webpack, babel
Spa Starter Kit
📦 Quick starter kit for booting up a NodeJS container with React, webpack, babel/ES2015, Redux, and more.
Stars: ✭ 81 (-24.3%)
Mutual labels:  webpack, babel
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (-11.21%)
Mutual labels:  webpack, babel

Getting start

  1. Clone this repo:
$ git clone https://github.com/jovey-zheng/react-start-kit.git
  1. Install dependenices:
$ npm i
  1. Start the project:
$ npm start               // default prot is 3000
$ PORT=80 npm start       // using `PORT` to customize port in the CLI
  1. Access browser: http://localhost:3000. Or start with minihost: h -n start npm start and then access: http://start.t.t

  2. Then do whatever you want : ).

Contributing

Pull requests are welcome!

LICENSE

License under MIT.

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