Skip to content

Starter package for a React based single page application.

License

Notifications You must be signed in to change notification settings

bluehalo/react-starter

Repository files navigation

React Starter

This project is a foundation for building custom applications using React and Node.js.

Requirements

You will need Nodejs installed. If you are working on multiple projects, it may be a good idea to install the latest version of Node using nvm.

Getting Started

Follow the steps below to get the app running on your local machine:

  1. Run yarn install.
  2. Run yarn dev.
  3. Open your browser to http://localhost:3000.

Scripts

Name Description
dev Run in development mode
test Run Jest using defaults
start Run in production mode
prettier Format all JS code in the src directory
changelog Generate changelogs since last tag

Conventions

Read more on the following topics in our included docs:

About

Starter package for a React based single page application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published