etoah / react-boilerplate

Lightweight React&Redux boilerplate 适用于移动端网络环境轻量级的React&Redux seed project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React&Redux boilerplate

Lightweight React&Redux boilerplate 适用于移动端网络环境轻量级的React&Redux seed project

Getting started

  1. Clone this repository using git clone --depth=1 https://github.com/etoah/react-boilerplate.git <YourProjectName>
  2. Enter to your project cd <YourProjectName>
  3. Run npm i to install the dependencies
  4. Run npm run dev-server to start the local web server
  5. Go to http://localhost:9999

Libraries/Tools

NPM tasks

  • npm run dev-server - starts local web server
  • npm start- starts production build and run local web server
  • npm run build - starts production build*(puts result to build folder)*

About

Lightweight React&Redux boilerplate 适用于移动端网络环境轻量级的React&Redux seed project


Languages

Language:JavaScript 84.9%Language:CSS 13.2%Language:HTML 1.9%