JS ecosystem presentation
Setup
- Copy
.env.dist
to.env
and optionally change it.cp .env.dist .env
- Run
make init
- Run
make start
Stopping the project
make stop
Restarting the project
make restart
Slidev presentation about component driven development. Mostly frontend development
JavaScript
.env.dist
to .env
and optionally change it.
cp .env.dist .env
make init
make start
make stop
make restart