Skip to content

outsmartu/web-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React+Redux Webpack boilerplate for beginners

git clone https://github.com/artembell/web-pro your-dir
cd your-dir
npm install

For development:

npm start

For production:

npm run build