Skip to content

Commit 35b6190

Browse files
authored
Added a README.md
1 parent 5be477c commit 35b6190

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)