this project is made to simplify and speed up the process of creating a new project
. It is very loosely based on a framework I use in my internship. It is not meant to be used as a framework, but as a starting point for your own project
.
- preconfigured watch commands for sass(scss) based css coding and Typescript.
- php file router
- ordend file structure.
- laravel like naming conventions in folder names.
- clone the repository
- run
npm i
oryarn install
to install all dependencies - to watch for changes in folder private/scss run
npm run watch:css
oryarn watch:css
- to watch for changes in folder private/ts run
npm run watch:ts
oryarn watch:ts
- to scan the project use
npm run test
oryarn test