Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 289 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 289 Bytes

React Boilerplate 2021

Stack:

  • React
  • React Router
  • Redux
  • Tailwindcss
  • Fast Refresh
  • Webpack

Usage

in development...

npm run dev

in production...

npm run build

you can then run the app by serving the dist folder by running

npx serve ./dist -s -p 8080