Another one starter kit for React-based applications.
Key points:
- Routing and configurable site structure
- Responsive design
- Flexible layout
- Theming
Stack of technologies:
- React
- Typescript
- MobX
- Webpack
- ESLint
- Jest
- A built-in documentation and examples
Online demo page is available here.
- Download or clone the repo.
npm i
to install the dependencies.- Build with
npm run build
ornpm run build:dev
- Check the
dist
folder.
Or
npm run start
to build and run devserver onlocalhost:3030
Or
docker-compose up
(Docker must be installed).
Build docker build -f Dockerfile.prod -t lx-starter:prod .
Then run docker run -it --rm -p 1337:80 lx-starter:prod
and check it on http://localhost:1337/
Or, with Composer: docker-compose -f docker-compose.prod.yml up -d --build
- Download or clone the repo.
npm i
to install the dependencies.npm run dry
to clean up all the example-related pages and code.- Use it.
I'd recommend installing it using the first way, then run devserver and read through the documentation and examples.
© 2020-21 Oleksii Koshkin aka Lexey111