Skip to content

A react starter created to ensure front end development best practices in code base maintenance.

Notifications You must be signed in to change notification settings

wengkhing/react-awesome-starter

Repository files navigation

React Awesome Starter

This is an opinionted starter created using the ejected Facebook's create-react-app@1.4.1.

Installation

git clone https://github.com/wengkhing/react-awesome-starter.git
cd react-awesome-starter
yarn

Features

This is package is not

A fullstack solution

This starter makes no assumptions about the backend of your app.

yarn <script>

Command Description
start Run your app on the development server at localhost:3000.
build Remove the previous bundled files and bundle it to ./build.
test Run testing.
lint Lint and fix all .js files if fixable.
release Shorthand for release:patch
release:first To generate changelog for first release
release:major Update major version number eg. 1.0.0 -> 2.0.0
release:minor Update minor version number eg. 1.0.0 -> 1.1.0
release:patch Update patch version number eg. 1.0.0 -> 1.0.1
release:dry Running release without commiting to git
prerelease Make a pre-release update eg. 1.0.0 -> 1.0.1-0

About

A react starter created to ensure front end development best practices in code base maintenance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published