create-skrapi
v0.11.2
Published
Create Skrapi - SvelteKit REST API (and CMS)
Downloads
3
Readme
Skrapi: A SvelteKit / REST API toolkit.
Skrapi is a toolkit for speeding up the development of web applications with a SvelteKit frontend and an Express backend (REST API).
Get started
mkdir my-project
cd my-project
npm init skrapi
To read the docs locally
cd client/
npm run dev
Then go to localhost:3000/docs
Note that those docs are read from the docs/
directory at the top level of this project. You are welcome to replace the default Skrapi docs with documentation for your own project and they will work the same way.