Front end Rick and Morty - show content Characters, Episodes and Locations maked with Svelte Kit enable SSR.
This project serves as a skeleton for a scalable application with Svelte Kit, as it has a basic implementation of the following:
node 16 or higher
git clone https://github.com/sistemasnegros/svelte-kit-rick-and-morty
cd svelte-kit-rick-and-morty
Once you've cloned the project, install dependencies with
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.