Skip to content

My qiuck start for React + Babel + Webpack (NPM build)

Notifications You must be signed in to change notification settings

Atlogex/ReactAxQuickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Quick Start [NPM+Webpack generate]

⚠️ Test or developed project.

This is React Quick Start by Atlogex. Generate build files with help NPM (Node.js) and Webpack. Read More about install react + babel + webpack in post Run React app use NPM, Babel and Webpack 3.

Directory Structure

   src/                      - source files
   public_html/              - entry point
   public_html/build/        - generate React files

Stack

UI Design

Choise and add UI library in package.json block 'dependencies':

Sample for use Material UI:

"dependencies": {
    "material-ui": "*",
    "react": "*",
    "react-dom": "*"
  },

Install

Clone repo in your directory

git clone https://github.com/Atlogex/ReactAxQuickstart.git .

Install components (need NPM from Node.js)

npm i

About

My qiuck start for React + Babel + Webpack (NPM build)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published