Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 764 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 764 Bytes

Project Bootstrap

An opinionated tool for quickly setting up web development projects.

This project is intended for personal use, and therefore makes assumptions about setup and preferences that may not be broadly applicable.

Stack

  • React
  • Express
  • Git
  • npm
  • Webpack
  • Flow
  • Eslint
  • Prettier

Setup

  1. Install jq with brew install jq
  2. Install gettext with brew install gettext && brew link --force gettext
  3. Run setup.sh $PROJECT_NAME in the directory that you would like to contain your project directory.

Environment variables

API_ENDPOINT - Sets the api prefix on the backend server. Defaults to api.