Skip to content
/ react-boilerplate Public template

boilerplate for React web project written in TypeScript

License

Notifications You must be signed in to change notification settings

anigenero/react-boilerplate

Repository files navigation

react-boilerplate

This boilerplate is a simple to-do task application that provides a modern React web application skeleton written in Typescript.

Getting Started

Run the setup script

> ./setup.sh

Configuration

This project utilizes dotenv to provide configuration via process.env at runtime. Any build scripts should populate this file during compilation.

Building

This project provides a simple build script build.sh to generate the web application code in the /dist folder. It also provides the option to generate GraphQL definitions from a server. See the codegen.yml file for more details.

Running

> npm start

Library Reference

Frameworks/UI

State Management

Navigation

Service/API

Build Tools

Other