Project Starter screenshot

Project Starter

Author Avatar Theme by Blvdmitry
Updated: 6 Jun 2019
24 Stars

My starter boilerplate for new projects. Totally opinionated :)

Overview

The Project Starter is a thoughtfully designed framework tailored for JavaScript projects, offering a seamless experience for both frontend and backend development. Whether you’re building an entire application or focusing on just one part, this starter kit equips you with everything you need to get started quickly and efficiently.

This starter is ready to go with predefined configurations, allowing developers to dive straight into coding without spending time on initial setup. With its reliance on modern technologies and structured approach, it streamlines the development process and helps maintain clarity throughout your project.

Features

  • Opinionated Setup: This project starter comes with pre-configured settings, optimizing your workflow and establishing a consistent structure across your codebase.

  • Environment Variables: A built-in .env file support ensures that your sensitive data remains secure while still being easily accessible in your application.

  • Rapid Development: Using yarn plop, developers can quickly create new React components, automating the boilerplate generation for faster implementation.

  • Modern Tech Stack: Enjoy a combination of GraphQL, Apollo, TypeScript, React, Node.js, and Express, providing a robust foundation for web applications.

  • CSS Management: The project includes PostCSS and plans for extracting CSS in production builds, helping to improve load times and simplify styles management.

  • Mocked Data Handling: All data interactions are mocked with Apollo, allowing for easy front-end development without needing a live backend.

  • Production Readiness: The starter kit includes steps to add a hash to your production build, aiding in cache busting and improving your application’s performance.