A full development ecosystem is preconfigured to work immediately with webpack v4, best practices with codesplitting, dynamic imports, server side rendering, state management, testing, and atomic css styling.
- mithril with:
-
Build: webpack
-
State management:
Or
- Styling: postcss with:
- Testing with:
Or
- Code styles:
$ yarn install
$ yarn start
and navigate to http://localhost:9000
$ yarn serve
and navigate to http://localhost:3000
yarn build
- production build of assets for deployment.yarn build:dev
- development build of assets.yarn start
- automatically build assets on file changes and start a development server with hot reload.yarn serve
- build production assets and start an express based nodejs server for server side rendering.yarn lint
- lint all files and fix with eslint and prettier.yarn test
- run application tests.