Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluehalo/react-starter

Starter package for a React based single page application.
https://github.com/bluehalo/react-starter

Last synced: about 1 month ago
JSON representation

Starter package for a React based single page application.

Awesome Lists containing this project

README

        

# React Starter

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

## Requirements

You will need [Nodejs](https://nodejs.org/en/download/) installed. If you are working on multiple projects, it may be a good idea to install the latest version of Node using [nvm](https://github.com/nvm-sh/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:

- [State Management](./docs/StateManagement.md)
- [Contributing](docs/Contributing.md)
- [Releases](docs/Releases.md)