mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-02 18:25:23 +00:00
configs
This commit is contained in:
41
src/cordova/README.md
Normal file
41
src/cordova/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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.
|
||||
|
||||

|
||||
|
||||
## Getting Started 🚀
|
||||
|
||||
```bash
|
||||
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 🛠
|
||||
|
||||
```bash
|
||||
# Dev
|
||||
npm run build:dev
|
||||
|
||||
# Prod
|
||||
npm run build:prod
|
||||
```
|
||||
|
||||
### Dev 👀
|
||||
|
||||
Compiles on files changed
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
|
||||
# Go to
|
||||
http://localhost:8080
|
||||
```
|
||||
Reference in New Issue
Block a user