Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Minimal boilerplate for the web using the latest technologies

Awesome Lists containing this project

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