Skip to content

🏈 Kickoff is a (pretty) un-opinionated starting point for Node/Express/React projects

License

Notifications You must be signed in to change notification settings

PlayPickUp/kickoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏈 Kickoff

GitHub issues Requirements Status npm GitHub npm type definitions

GitHub Repo stars GitHub watchers

🏈 Kickoff is a (pretty) un-opinionated starting point for Node/Express/React projects. It is similar to projects like Create React App, where you can easily get a project up and running without the trouble of configuring the same tools over and over again. It lets you focus on the work that matters.


πŸ€” Why should I use Kickoff?

  • Uses Typescript, comes configured and ready to go
  • Webpack configured and ready - don't worry, we got ya
  • Prettier configurations to optimize code styling
  • JavaScript linting with ESLint
  • Pre-commit/push hooks with Husky
  • Express server with common configurations
  • It's friggin easy

πŸ¦ΈπŸ½β€β™€οΈ Getting Started

No installation neccesary. Just run the following command and we take care of the rest.

npx @playpickup/kickoff your-project-name

πŸ™‹πŸΎβ€β™€οΈ Need help?

Feel free to open an issue on GitHub