- This repo offers a basic setup of a javascript web project which comes with some feature out of the box like page based routing, taiwindcss (optional) etc. So when you are starting a new javascript project why to setup from scratch instead of uing this.
- you can run
npm run start
to start the project instantly and in order to build tailwindcss (although it builds runtime) you have to runnpm run build
which actually builds the tailwindcss.
- We are very happy if you want to make improvement on this repo. Please never hesitate to create an issue & pull request.