Development - duhdugg/preaction-cms GitHub Wiki
Development Scripts
run the server with automatic reloading of server-side code:
yarn dev-server
apply prettier requirements to source:
yarn makeover
run tests:
yarn test
run server with nodejs inspection:
yarn start-inspect
run server with nodejs profiling:
yarn start-profile
start the react development server for automatic client-side code reloading:
yarn dev-client
Contributing
Pull requests are welcome at https://github.com/duhdugg/preaction-cms/pulls