Skip to content

Personal tool to generate an initial stack for web development projects

License

Notifications You must be signed in to change notification settings

roaclark/project-bootstrap

Repository files navigation

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.

About

Personal tool to generate an initial stack for web development projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published