milo-wjh / react-spa-app

An single-page app skeleton in React, main structures comes from Create-React-App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React SPA App

An single-page app skeleton in React, main structures comes from Create-React-App.

Features

  • Tweak the webpack config(s) with using "react-app-rewired".
  • Backward compatibility for browsers with using "core-js".
  • Easier to achieve different page routes management.
  • Convenient to achieve different pages by writing different react container components.
  • Convenient to implement page interfaces with using "antd".
  • Convenient to implement data requests between the front and back ends with using "axios".

Quick Overview

  1. Clone this project to local, then use the yarn command to install the project in local directory. Then you can run some built-in commands such as:
  • yarn start -> Runs the app in development mode (on port 3000).
  • yarn build -> Builds the app for production to the build folder.
  • yarn test -> Runs the test watcher in an interactive mode.
  1. You can see the Create-React-App project for more information.

About

An single-page app skeleton in React, main structures comes from Create-React-App.


Languages

Language:JavaScript 88.0%Language:CSS 6.9%Language:HTML 5.1%