Getting started with Svelte, Tailwind, and Nrwl NX

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • svelte-preprocess

    A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

  • All this file does is export a configuration object for the build of our Svelte application. By default, it uses the svelte-preprocess package, which is a preprocessor for Svelte providing support for PostCSS, SCSS, TypeScript, and much more.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Tailwind is more popular than ever. If you've been following me, you know that I'm a huge fan. Recently I've started exploring Svelte, and wanted to know how to combine it with Tailwind. Not only that, but I also wanted to use Nrwl NX. This is a summary of my findings.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • postcss-preset-env

    Discontinued Convert modern CSS into something browsers understand

  • Third, we enable the postcss-preset-env plugin, which adds support for many other cool things

  • svelte-tailwind-nx-template

    A template repository including a Nrwl Nx workspace and a Svelte application configured to use Tailwind

  • If you're in a hurry, then you can use the template I've prepared and published on Github with the results of this experiment. You can find it here: https://github.com/dsebastien/svelte-tailwind-nx-template

  • Svelte

    Cybernetically enhanced web apps

  • In this article, I'll show you how to create a Svelte application with Nrwl NX and how install/configure Tailwind.

  • PostCSS

    Transforming styles with JS plugins

  • PostCSS is a CSS processor that Tailwind relies on to do its magic.

  • nx

    Smart Monorepos · Fast CI

  • In this article, I'll show you how to create a Svelte application with Nrwl NX and how install/configure Tailwind.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Those of you who have built your own personal website or blog, what tech stacks do you use?

    3 projects | /r/webdev | 12 Oct 2021
  • Landing Starter Template based on TailwindCSS, AlpineJs and build on esbuild and PostCSS

    6 projects | dev.to | 14 Feb 2021
  • PostCSS - my initial experience

    3 projects | dev.to | 11 Jan 2024
  • Dark Mode with SvelteKit, a Blog Post

    3 projects | /r/sveltejs | 15 Nov 2023
  • Native CSS nesting now supported by all major browsers!

    1 project | dev.to | 29 Aug 2023