1.0.4 • Published 8 months ago

react-express-tailwind v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

react-express-tailwind

Create a react app with an express server and tailwindcss.

If something doesn’t work, please file an issue.

Quick overview

npx react-express-tailwind my-app

cd my-app
npm install
npm run dev

You can also create a project in your current folder using:

npx react-express-tailwind .

What’s Included?

Your environment will have everything you need to build a modern single-page React app with an express server and tailwindcss as styling framework.

Folder Structure

After creation, your project should look like this:

my-app/
  dist/
    favicon.ico
    index.html
  src/
    pages/
      Home.js
    styles/
      global.scss
  .gitignore
  .swcrc
  app.js
  package.json
  postcss.config.js
  README.md
  tailwind.config.js
  webpack.config.js

Packages