A dead simple notes taker. Made using Lit, Redux, Typescript, Vite, Sass, Animate.css and Skeleton.
dev
: Start the development server.build
: Make the production build.lint
: Run eslint.serve
: Serve the dist folder usinghttp-server-spa
.
You will need many terminal tabs.
- Run npm run build for making the build. You will have to re-run on every change.
- Use the npm run serve for serving the dist folder.
- In my case, I use ngrok for making the page https for testing on mobile.