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.
- Host: GitHub
- URL: https://github.com/zackurben/react-template
- Owner: zackurben
- License: mit
- Created: 2018-05-17T21:21:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T21:39:14.000Z (about 7 years ago)
- Last Synced: 2025-06-14T01:38:40.874Z (about 1 year ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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