Sets up React, taildwindcss and swc by default
npx degit sivteck/react-swc-tailwind-template my-react-project-name
npm install
in ./client
folder to install devDependencies (swc, nodemon)
npm start
in ./client
for development. Outputs build artifacts to ./client/devBuild
folder with development versions of React and nodemon triggers rebuild when js
/css
files are changed.
npm run build
in ./client
folder to output build artifacts to ./client/build
folder
- Not being able to use ES Modules yet.
- Setup tests
- Use postcss
- SSR
- Deploy to Cloudflare Workers and Heroku