Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KhaledElAnsari/inferno-milligram-boilerplate
Minimal boilerplate for the web using the latest technologies
https://github.com/KhaledElAnsari/inferno-milligram-boilerplate
babel boilerplate buble chai css es6 front-end frontend inferno javascript lightweight milligram minimal mocha sinon webpack
Last synced: 2 months ago
JSON representation
Minimal boilerplate for the web using the latest technologies
- Host: GitHub
- URL: https://github.com/KhaledElAnsari/inferno-milligram-boilerplate
- Owner: KhaledElAnsari
- License: mit
- Created: 2017-04-25T22:18:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T10:02:25.000Z (over 7 years ago)
- Last Synced: 2024-07-03T05:23:04.637Z (6 months ago)
- Topics: babel, boilerplate, buble, chai, css, es6, front-end, frontend, inferno, javascript, lightweight, milligram, minimal, mocha, sinon, webpack
- Language: JavaScript
- Homepage: http://inferno-starter.surge.sh
- Size: 148 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jordan - Inferno-Milligram Boilerplate - Minimal boilerplate for the web using the latest technologies. (Frontend)
README
# Inferno-Milligram Boilerplate
Welcome to another "lightweight", "modern" front-end boilerplate.# Initials
- Clone repository
```
git clone --depth 1 https://github.com/KhaledElAnsari/inferno-milligram-boilerplate.git
```
- Install
```
npm install
```
- Run
```
npm start
```
then go to [http://localhost:3000/](http://localhost:3000/) to see your progress
- Build
```
npm run build
```
build files will be located at `dist` directory/folder- Unit Testing
```
npm test
```# Learn
To learn more about Inferno and Milligram here's their official documentations
- [Inferno](https://infernojs.org/docs/)
- [Milligram](http://milligram.io/#getting-started)
- [ChaiJS](http://chaijs.com/guide/)
- [MochaJS](https://mochajs.org/#table-of-contents)
- [SinonJS](http://sinonjs.org)# TODO
- Add UI/E2E testing# Contribution
Any suggestion/contribution is welcomed, happy coding!.# License
This project is under MIT License