You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ### Solid.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with Solid.js including CRUD operations, authentication, routing, pagination, and more.
@@ -14,12 +12,15 @@ We've gone to great lengths to adhere to the Solid.js community styleguides & be
14
12
15
13
For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.
16
14
15
+
# Getting started
17
16
18
-
# How it works
17
+
To run locally during development:
19
18
20
-
> Describe the general architecture of your app here
19
+
-`npm install` to install all dependencies
20
+
-`npm start` to build and serve app locally
21
+
- browse to http://localhost:5000/
21
22
22
-
# Getting started
23
+
To create a production build:
23
24
24
-
> npm install, npm start, etc.
25
+
-`npm run build` creates a development build, with all source compiled into ./dist/ folder
0 commit comments