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.
- React
- Express
- Git
- npm
- Webpack
- Flow
- Eslint
- Prettier
- Install jq with
brew install jq
- Install gettext with
brew install gettext && brew link --force gettext
- Run
setup.sh $PROJECT_NAME
in the directory that you would like to contain your project directory.
API_ENDPOINT
- Sets the api prefix on the backend server. Defaults to api
.