Skip to content

using lws for react front-end webapp builds? #185

Answered by 75lb
JamesKoenig asked this question in Q&A
Discussion options

You must be logged in to vote

You can host any website using local-web-server, whether using plain HTML, CSS and JS or a highly-opinionated DSL like React.. Just keep in mind local-web-server is just a web server, not a build tool.. You need to build your React site yourself using your regular tools, then the final output (the compiled html, css, js etc resources) can be hosted using local-web-server.. If your react app is a SPA then you'll probably need to use ws --spa..

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JamesKoenig
Comment options

Answer selected by JamesKoenig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants