Skip to content

grindjs/example-react

Repository files navigation

Grind Template React

Latest Version Slack License

Grind React Template

The Grind React Template is an example project for building single page React apps on Grind.

Installation

git clone https://github.com/grindjs/example-react.git grind-example-react
cd grind-example-react
yarn install

Running

# Use `watch` to automatically restart the server on file changes
# Watch is recommended for development
yarn cli watch

# Use `serve --cluster` to launch a cluster of workers
# Cluster is recommended for production
yarn cli serve --cluster

# Use `serve` to launch a single worker
yarn cli serve

You should now be able to visit localhost:3100.

Documentation

Full documentation for Grind is available on the Grind website.

License

Grind was created by Shaun Harrison and is made available under the MIT license.

About

Example project for building websites on Grind with React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published