This commit is contained in:
cupcakearmy
2019-03-03 16:13:57 +01:00
commit a57ad5087a
20 changed files with 550 additions and 0 deletions

38
README.md Normal file
View File

@@ -0,0 +1,38 @@
# React Typescript Stylus Webpack Boilerplate 👨‍🍳
This is the starting point for any react-typescript-stylus-webpack-hipsterframeworkxyz boilerplate to get up and running quickly.
## 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
```