/dev
in the Squidex folder.npm rebuild node-sass --force
(Only if you have issues with node-sass)npm test
(Runs the unit tests and listens for changes)npm run test:coverage
(Runs the unit tests and calculates the test coverage).ASPNETCORE_ENVIRONMENT
environment variable is set to Development
, either through a launchSettings.json
or through your IDE's settings.Squidex
project, which means that you use the integrated Kestrel web server, which starts faster than IIS Express.Launch browser
setting. You just want to keep Squidex open during development and not close and open the window all the time to make debugging the frontend with your browser easier.