Skip to content

Guideline to build an modern SPA project using React framework from scratch

Notifications You must be signed in to change notification settings

gaoljie/spa-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA-FROM-SCRATCH

This is a guideline to build an modern SPA project using React framework step by step.

We use following framework and packages:

Usage

  1. clone repo git clone [email protected]:gaoljie/spa-from-scratch.git <PROJECT-NAME>
  2. install package cd <PROJECT-NAME> && yarn install
  3. run project yarn start
  4. build project yarn build

Table of Contents

01 - Init

02 - Format

03 - Bundler

04 - React

05 - Style

06 - Router

07 - Mobx

08 - Test

09 - Monitor

10 - Deploy