fight-of-the-mobiles/src/cordova
2018-09-05 15:49:13 +02:00
..
.vscode cordova 2018-09-04 19:47:42 +02:00
hooks cordova 2018-09-04 19:47:42 +02:00
platforms Cordova 2018-09-05 15:49:13 +02:00
plugins Cordova Movie 2018-09-05 11:13:17 +02:00
res cordova 2018-09-04 19:47:42 +02:00
src cordova 2018-09-04 19:47:42 +02:00
www cordova 2018-09-04 19:47:42 +02:00
.gitignore configs 2018-09-04 12:12:31 +02:00
config.xml Cordova 2018-09-05 11:10:37 +02:00
LICENSE configs 2018-09-04 12:12:31 +02:00
package.json Cordova 2018-09-05 11:10:37 +02:00
README.md configs 2018-09-04 12:12:31 +02:00
webpack.config.js cordova 2018-09-04 19:47:42 +02:00

React-Redux-Webpack-Babel-Less Boilerplate 👨‍🍳

This is the starting point for any react-redux-babel-less-webpack-hipsterframeworkxyz boilerplate to get up and running quickly. It includes a small Todo-HelloWorld-App for the base files.

Screenshot

Getting Started 🚀

git clone https://github.com/CupCakeArmy/react-boilerplate.git
npm i
npm run dev

# Or
wget https://github.com/CupCakeArmy/react-boilerplate/archive/master.zip
unzip master

Usage 📖

Build 🛠

# Dev
npm run build:dev

# Prod
npm run build:prod

Dev 👀

Compiles on files changed

npm run dev

# Go to
http://localhost:8080