Skip to content

Commit d325cf8

Browse files
committed
Updated README and assets
1 parent 801ee43 commit d325cf8

File tree

3 files changed

+47
-22
lines changed

3 files changed

+47
-22
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# solid-typescript-starter
22
Typescript starter for [Solid](https://github.com/ryansolid/solid) framework
33

4-
This is a WIP progress repo for an easier Typescript start with Solid.
4+
This is an easier Typescript start with Solid, Webpack 5 and TailwindCSS(jit). Updated for 1.1.
55

66
Uses webpack for bundling, Typescript for static typing, ESLint for linting the code and Prettier for automatic code formatting if VSCode is used.
77

8+
Supports debugging
9+
810
* Installation
911

10-
Install dependencies with `npm install`.
12+
Uses pnpm. Installation [pnpm](https://pnpm.io/installation).
1113

12-
* Unit test
14+
Install dependencies with `pnpm i`.
15+
16+
Start with `pnpm start`. Dev mode with `pnpm dev`. Test with `pnpm test`.
1317

14-
Jest (TS-Jest) and Testing Library (DOM part) are used for POC unit tests.
18+
Debugging - start App in dev mode, and then run debugger. Reload Firefox at this point, and ignore
19+
20+
the warning from debugger extension if it appears. Breakpoints should work.
21+
22+
* Unit test
1523

16-
* To do
17-
- Improve and maybe separate Webpack configuration builds for development and production
18-
- Use better assets - atm, the logo is just cropped from the logo with name
24+
Jest (TS-Jest) and Solid Testing Library are used for POC unit tests.

src/assets/logo.svg

Lines changed: 28 additions & 1 deletion
Loading

src/assets/wordmark.svg

Lines changed: 6 additions & 14 deletions
Loading

0 commit comments

Comments
 (0)