Skip to content

mpsota/react-webpack-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-starter-kit

Sample reactJS project with react-router, redux, bootstrap and webpack. It also uses ES6 with Babel transpiler and sample Bootstrap layout (AdminLTE).

Installation

install npm

sudo apt-get install npm

Use n to update nodeJS, install n first.

# Clean npm cache
sudo npm cache clean -f
# Install 'n'
sudo npm install -g n
# Install latest stable NodeJS, using n
sudo n stable

Install webpack

sudo npm install -g if-env
sudo npm install -g webpack
sudo npm install webpack-dev-server -g

Install all dependencies

npm install

Modify server IP ./js/config.js

Start development webserver

npm start

Start production server using express

NODE_ENV=production npm start

About

Sample reactJS project with redux, bootstrap and webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published