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

https://github.com/zackurben/react-template

This is my simple template for creating new react based projects.
https://github.com/zackurben/react-template

Last synced: 8 months ago
JSON representation

This is my simple template for creating new react based projects.

Awesome Lists containing this project

README

          

# React Template

This is my simple template for creating new react based projects. The purpose of this repo is to provide a quick,
cloneable, starting point for new projects. Similar to my other [https://github.com/zackurben/react-template.git](Webpack Template Project).

This is an open source project under the MIT license, see [LICENSE.md](LICENSE.md) for additional information.

# Usage
```bash
git clone https://github.com/zackurben/react-template.git my-project
```

# Included Scripts

## lint
`npm run lint`

Format the codebase with _prettier_.

## test
`npm test`

Run the tests with _jest_.

## watch
`npm run watch`

Watch code changes to trigger new webpack builds.

## start
`npm start`

Start the webpack dev server and watch for any file changes. This will open your default browser to `http://localhost:8080/`

## build
`npm run build`

Build the production dist files for the js bundle.

# Contact
- Author: Zack Urben
- Twitter: https://twitter.com/zackurben (better)
- Contact: zackurben@gmail.com