Skip to content

choo737/my-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Project

Welcome.

Usage

Start the development server with this command:

npm start

Setup

npm install

Compile

npm run compile

initial commit Topic: git git init git add . git commit -m "initial commit"

Topic: add npm package.json npm init -y

Topic: add babel npm install --save babel-core npm install --save babel-preset-latest npm install --save babel-preset-react add .babelrc file

Topic: add webpack npm install --save webpack babel-loader Add these files src/main.js, webpack.config.js

Topic: to compile npm run compile

Topic: setup Express npm install --save express webpack-dev-middleware npm start

Topic: React npm install --save react react-dom

More to add CSS processor(s) HMR / Auto Reload Routing Flux/Redux/MobX Server-side rendering Database AJAX / Networking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published