We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be477c commit 35b6190Copy full SHA for 35b6190
README.md
@@ -0,0 +1,14 @@
1
+# solid-typescript-starter
2
+Typescript starter for Solid framework
3
+
4
+This is a WIP progress repo for an easier Typescript start with [Solid](https://github.com/ryansolid/solid) framework.
5
6
+Uses webpack for bundling, Typescript for static typing, ESLint for linting the code and Prettier for automatic code formatting if VSCode is used.
7
8
+* Installation
9
10
+Install dependencies with `npm install`.
11
12
+* To do
13
+- Improve and maybe separate Webpack configuration builds for development and production
14
+- Use better assets - atm, the logo is just cropped from the logo with name
0 commit comments