Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johngruen/onboarding-app

A simple onboarding flow prototype
https://github.com/johngruen/onboarding-app

Last synced: 16 days ago
JSON representation

A simple onboarding flow prototype

Awesome Lists containing this project

README

        

This project is built with svelte and sapper

### Running the project

However you get the code, you can install dependencies and run the project in development mode with:

```bash
cd onboarding-app
npm install # or yarn
npm run dev
```

### important directories

* `src`: where all the files live
* `src/data`: where you can go build new cards
* `static`: where all the images and global CSS lives