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

https://github.com/tabuckner/react-express-boiler

boilerplate for a simple react dev server
https://github.com/tabuckner/react-express-boiler

Last synced: 2 months ago
JSON representation

boilerplate for a simple react dev server

Awesome Lists containing this project

README

          

# React/Express Boilerplate

A simple boilerplate for getting a development environment running for React projects.

Utilizes Create-React-App, Concurrent, and.....nope thats it.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

node/npm

If using VS Code it helps to also grab the React Native extension

### Installing

Simple installation...

From the root directory of the project

```
npm run install-all
```

### Running Development Server

Simple startup...

From the root directory of the project
```
npm run dev
```

## Running the tests

See ./client/README.md

### Break down into end to end tests

See ./client/README.md

## Deployment

See ./client/README.md

## Contributing

Submit a PR and @mention me.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details