Skip to content

nwtgck/react-webpack.tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{- /* NOTE: This template comment will be removed by tmpl.

react-webpack.tmpl

Build Status

Template of React with Babel & webpack

How to use this template

# Install tmpl
go get -u github.com/nwtgck/tmpl

# Create a project from this template
tmpl new https://github.com/nwtgck/react-webpack.tmpl.git yourproject

Then, you will have yourproject/ directory.

What should you change after tmpl run?

*/ -}}

{{.project_name}}

{{.description}}

Build

npm install
npm run build

Develop

npm install
npm start

Then, you can access to http://localhost:8080/, which will be loaded automatically if file changes detected.

Releases

No releases published

Packages

No packages published