Fsharp Starter Kit

screenshot of Fsharp Starter Kit
react

Cross-platform web development with Visual Studio Code, C#, F#, JS, ASP.NET Core, EF Core, React (ReactJS), Babel and Webpack. Demo =>

Overview

ASP.NET Core Starter Kit is an opinionated boilerplate for web development based on .NET Core, Kestrel, GraphQL on the backend and Babel, Webpack, React on the frontend. It provides a component-based front-end development environment with modern JavaScript and CSS syntax. The starter kit also includes features such as application state management, routing and navigation, code-splitting, hot module replacement, cross-device testing, and Git-based deployment to Azure App Service. The project has 24/7 community support on Gitter or StackOverflow.

Features

  • Component-based front-end development with Webpack, CSS Modules, and React
  • Modern JavaScript syntax (ES2015+) via Babel; modern CSS syntax (CSS3+) via PostCSS
  • Application state management via Redux (coming soon)
  • Routing and navigation via React App, Universal Router, and History npm modules
  • Code-splitting and async chunk loading with Webpack and ES6 System.import()
  • Hot Module Replacement (HMR) with React Hot Loader (coming soon)
  • Cross-device testing with Browsersync (coming soon)
  • Git-based deployment to Azure App Service

Summary

ASP.NET Core Starter Kit is an opinionated boilerplate for web development based on .NET Core and React. It provides a robust setup for component-based front-end development with modern JavaScript and CSS syntax. The starter kit includes features such as application state management, routing and navigation, code-splitting, and Git-based deployment. It also offers 24/7 community support on Gitter or StackOverflow. Overall, ASP.NET Core Starter Kit is a powerful tool for building web applications using .NET Core and React.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.