This is an example chat app using the SoFT stack. It's largely based on Feathers Chat, but using SolidJS for the front-end.
This was created from the SoFT template.
- Clone this repo
- Run
npm installto install dependencies - Run
npm run generate:secretto generate the JWT secret - Replace
CHANGE_MEinconfig/default.jsonwith the generated secret - Run
npm run migrateto create the database
- Run
npm run devto start the development server, the app will be available at http://localhost:3030.
- Run
npm run buildto build your app for production. By default, the output will be in thelibfolder. - Run
npm startto start the server in production mode.