Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 308 Bytes

Litenote App

About

This is a note-taking app built with Laravel.

How to run app on Windows (I guess the same steps are applicable to Mac and Linux)

  • php artisan serve - to serve the app on the browser
  • npm run dev - to run development build
  • npm run build - to build tailwindcss