Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Minimal workflow template for react apps using webpack 4 + babel + express

License

Notifications You must be signed in to change notification settings

zhelvis/react-simple-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-simple-template

Build Status Maintainability

minimal workflow generator for react apps

Instalation

npm i react-simple-template -g

Usage

generate template

simple myapp

go to generated app folder

cd myapp

install dependences

npm i

start dev-server:

npm run dev

build you project:

npm run build

note: comment out module.hot.accept(); in src/index.js before building

start production build:

npm start

dependences

  • Node.js
  • npm

includes

  • webpack 4
  • babel
  • express
  • react

example

ES6 online converter

https://github.com/warlock1607/react-simple-template/tree/example

About

Minimal workflow template for react apps using webpack 4 + babel + express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published