CLI and Boilerplates
Boilerplates
To generate website boilerplates including this library automatically, you can use our CLI:
npx @julseb-lib/julseb-cli <your-project-name>
Or, if you prefer to install it globally on your machine:
npm i -g @julseb-lib/julseb-cli
And use it like this:
julseb-cli <your-project-name>
With those commands, you can either create a fullstack app with React and Express or Flask, or React client apps. All those boilerplates have basic functions included, for you to get a project started more quickly.