/README.md (1df82abe3bc86996a029e53c2f6b1b27c571e9b2) (300 bytes) (mode 100644) (type blob)
# Mithril redux webpack starter template
The aim of this repository is to provide a template for developing [Mithril](https://github.com/lhorie/mithril) and [Redux](https://github.com/rackt/redux) based applications using ES6 syntax and [webpack](https://webpack.github.io/) as a module bundler.
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
42 |
5988d3c4e5dcbd42092f4d6e605c6c8ba2cc9e4b |
.babelrc |
100644 |
blob |
15 |
bca51b352e768f4c537189c215af810d65135580 |
.gitignore |
100644 |
blob |
300 |
1df82abe3bc86996a029e53c2f6b1b27c571e9b2 |
README.md |
040000 |
tree |
- |
23f6a426e35f40c3949d91e8ffa1c0c4df493412 |
config |
040000 |
tree |
- |
bc075b50fc00b22dd7c5cebef4239864760effcc |
dist |
100644 |
blob |
148 |
04186710279811ceed2b10e0e655d1f138816813 |
index.html |
040000 |
tree |
- |
74e3e275887328b5e490b38846d9382c4529873c |
lib |
100644 |
blob |
1741 |
8604efeec52009d3eef097bbab622372f9b3db14 |
package.json |
040000 |
tree |
- |
f9115d3430dedc11f9abcd071d95fab881393147 |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bitvice/mithril-webpack-starter
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bitvice/mithril-webpack-starter
Clone this repository using git:
git clone git://git.rocketgit.com/user/bitvice/mithril-webpack-starter
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main