An open API service indexing awesome lists of open source software.

https://github.com/codegoalie/webpack-babel-template

Quick lil template for webpack, babel, react setup
https://github.com/codegoalie/webpack-babel-template

Last synced: 29 days ago
JSON representation

Quick lil template for webpack, babel, react setup

Awesome Lists containing this project

README

          

# Webpack Babel React template

This repo is a template to use as a super basic starting point for a React app.

## How to use

1. Clone the repo
1. Rename the directory to your project directory
1. `git remote remove origin`
1. Create your new remote repo
1. `git remote add origin git@place.where.your.project/is.git`
1. Push to new remote
1. ???
1. Profit!

## How to run

Run the dev server with:

```bash
npm start
```

Make a production build with:

```bash
npm run build
```