This project was bootstrapped with Create React App.
To develop edit files in src/*
THere are some scripts with npm run
you can use:
npm run start
: start the dev servernpm run build
: compile the project with webpacknpm run test
: run eslint for lintingnpm run eject
: eject the runner (irreversible action)npm run show
: start the tailwindcss config viewer
Just clone the repo and run npm i
then start it like above (npm start
or npm run start
)
I personally use Netlify but you can use a webserver of your own, Vercel, GH Pages or Firebase from Google. There are some other alternatives but I tried these.