Skip to content

vovanphu/react-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Webpack Boilerplate

Simple React Project Boilerplate using only webpack to bundle and create dev server. Good for small front-end projects.

Getting started

After clone this repo you have to remove .git folder and init new git for your project.

Remember to check pwd to make sure these commands is invoked in your project directory.

rm -r .git
git init .

Install dependencies:

yarn install:

Start dev server:

yarn dev

Build production:

yarn build

App element is located at src/App.jsx

About

Simple React Project Boilderplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published